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