import { Icons, IconTypes } from './types'; export declare const iconSets: { bootstrap: string; boxicons: string; bytesize: string; cssgg: string; emojicc: string; eos: string; feather: string; flags: string; fontawesome: string; iconoir: string; iconpark: string; material: string; phosphor: string; supertiny: string; tabler: string; }; export declare const prefixes: { boxicons: { solid: string; regular: string; logos: string; }; }; export declare type IconSetsNames = keyof typeof iconSets; export declare type IconSets = { [k in T]: string; }; export declare type IconsWithTypes = Pick;