import { CSSProperties } from 'react'; type IcomoonProps = { size?: number; name?: string; color?: string | string[]; style?: CSSProperties; }; export declare function createIcomoonIconSet(): (props: IcomoonProps) => import("react/jsx-runtime").JSX.Element | null; export {};