import { DateDigit } from '../types'; export declare const sizes: { readonly small: "s"; readonly medium: "m"; readonly large: "l"; readonly 'extra-large': "xl"; }; export declare const layout: { readonly full: "full"; readonly 'three-quarters': "three-quarters"; readonly 'two-thirds': "two-thirds"; readonly 'one-half': "one-half"; readonly 'one-third': "one-third"; readonly 'one-quarter': "one-quarter"; }; export declare const statusColors: { grey: string; green: string; turquoise: string; blue: string; light: string; purple: string; pink: string; red: string; orange: string; yellow: string; }; type DateLabels = Record; export declare const labelsDate: DateLabels; export {};