import { IBreakpoints } from './types'; export declare class Breakpoints { static mobileMaxWidth: number; static tabletMaxWidth: number; static update(options: Partial): void; }