export declare const screen: {
    sm: string;
    md: string;
    lg: string;
    xl: string;
    xxl: string;
};
export type Breakpoint = "sm" | "md" | "lg" | "xl" | "xxl";
export declare const screenBelow: Record<Breakpoint, string>;
//# sourceMappingURL=BreakPoints.d.ts.map