declare const iconList: Record<string, boolean>;
export type IconName = keyof typeof iconList;
export declare const loadIcon: (name: IconName) => Promise<typeof import("./ItAndroidSquare")>;
export declare function isBundledIcon(name: string): name is IconName;
export declare const allIcons: string[];
export interface SVGRProps {
    title?: string;
    titleId?: string;
}
export {};
