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