import { LazyComponentType } from '../types/types'; export declare function iconsResolver({ type }: { type: any; }): LazyComponentType | null;