export declare const ICON_FILL: { light: string; dark: string; }; export declare const TITLE_COLORS: { light: string; dark: string; }; export declare const DESCRIPTION_COLORS: { light: string; dark: string; }; export declare const DIRECTION_CLASSES: { row: string; column: string; };