export declare const CSS: {
    scrim: string;
    content: string;
};
export declare const BREAKPOINTS: {
    s: number;
    l: number;
};
