export declare const breakpoint: {
    tablet: number;
    laptop: number;
    desktop: number;
};
