declare const hType: any; type VNode = any; // replaced import from preact interface FactoryParams { h: typeof hType; } export default function IconCloseFactory({ h, }: FactoryParams): () => VNode; export {}; //# sourceMappingURL=IconClose.d.ts.map