export declare const VARIANT_ICONS: { neutral: { icon: string; ariaLabel: string; }; info: { icon: string; ariaLabel: string; }; warning: { icon: string; ariaLabel: string; }; error: { icon: string; ariaLabel: string; }; success: { icon: string; ariaLabel: string; }; }; export declare const IC_INHERITED_ARIA: string[]; export declare const IC_DEVICE_SIZES: { XS: number; S: number; M: number; L: number; XL: number; }; export declare const IC_BLOCK_COLOR_COMPONENTS: string; export declare const IC_FIXED_COLOR_COMPONENTS: string[]; export interface IcColorExceptions { [details: string]: string[]; } export declare const IC_BLOCK_COLOR_EXCEPTIONS: IcColorExceptions; export declare const BLACK_MIN_COLOR_BRIGHTNESS = 136.701; export declare const WHITE_MAX_COLOR_BRIGHTNESS = 130; export declare const IGNORED_KEYBOARD_CHARACTERS: string[];