import { ReactNode } from 'react'; import { IProps } from './index'; declare function createSvgIcon(svg: ReactNode, displayName: string): (props: IProps) => JSX.Element; export default createSvgIcon;