import { FunctionComponent } from 'react'; import { RuntimeContextType } from '../../context/runtime/types'; export type IconType = 'antdesign' | 'ant-design' | 'antd' | 'feather' | 'font-awesome-6' | 'foundation' | 'ionicon' | 'ionicons' | 'material-design-icons' | 'octicons' | 'octicon' | 'lucide' /** @deprecated: No maintenance */ | 'zocial' | 'material' | 'material-community' | 'evilicon' | 'entypo' | 'font-awesome' | 'font-awesome-5' | 'simple-line-icon' | 'fontisto' | string; export declare const registerCustomIconType: (id: string, customIcon: any) => void; declare const _default: (type: IconType, packs: RuntimeContextType["packs"]) => FunctionComponent; export default _default; //# sourceMappingURL=index.d.ts.map