export declare const iconTypes: readonly ["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"];
export type IconType = (typeof iconTypes)[number];
