import { IconType } from '../icons/Icon';
export declare const registerCustomIconType: (id: string, customIcon: any) => void;
declare const _default: (type: IconType) => any;
export default _default;
