export type MediaQuery = 'XS' | 'SM' | 'MD' | 'LG' | 'XL'; export declare const MEDIA_QUERIES: Record; export declare const CONTAINER_SIZES: Record;