import { FunctionComponentElement, ReactNode } from 'react'; declare const createIconComponent: ({ content }: { content: ReactNode; }) => (props: any) => FunctionComponentElement; export default createIconComponent; //# sourceMappingURL=createIconComponent.d.ts.map