export declare const SM_BREAK_POINT = 576; export declare const MD_BREAK_POINT = 768; export declare const LG_BREAK_POINT = 992; export declare const XL_BREAK_POINT = 1200; export declare function getLayoutBreakSize(width: any): string; export declare function aboveBreakSize(breakSize: any, width: any): boolean; export declare function belowBreakSize(breakSize: any, width: any): boolean; export declare function setStickyNavBehavior(navid: any, defaultOffset?: number): void; export declare function setLayoutRegular(): void; export declare function setLayoutLarge(): void; export declare function isLayoutLarge(): boolean; export declare function isLayoutRegular(): boolean;