As I understand tsickle does not support generating externs from export * from '...' syntax (which I couldn't find a tracking issue), but it seems that it does not support externs generation for the following situation as well:
import * as foo from 'bar';
export {foo}