export declare const ICON_TYPES: readonly ["regular", "bold", "fill", "branded", "ad-unit", "ab-test", "ad-networks", "ad-networks/flat", "content-rate"]; export type IconTypes = (typeof ICON_TYPES)[number];