import { FunctionalComponent, JSX, Ref } from 'preact'; import { JSXInternal } from 'preact/src/jsx'; export type HeroIconAttrs = JSXInternal.SVGAttributes & JSXInternal.HTMLAttributes; export type HeroIcon = FunctionalComponent & JSX.HTMLAttributes, 'ref'> & { ref?: Ref; }>; //# sourceMappingURL=types.d.ts.map