import { type ReactNode } from 'react'; import { type BaseIconProps } from './BaseIcon'; type IconProps = BaseIconProps & Record<`data-${string}`, string>; export declare function createIcon(name: string, content: ReactNode, defaultProps?: IconProps): { ({ className, ...props }: BaseIconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export {}; //# sourceMappingURL=createIcon.d.ts.map