import { ForwardRefExoticComponent } from 'rax'; import type { IconProps, IconFontProps } from './types'; export declare function createIconSet(Icon: ForwardRefExoticComponent, glyphMap: {}, fontFamily: string, fontFile: string): ForwardRefExoticComponent;