export declare const MEDIA_QUERIES: { isMobile: string; isNotMobile: string; }; export declare const GLOBAL_CSS: (containerId: string) => string;