export declare const HEADER_ID = "header"; export declare type HEADER_ID = typeof HEADER_ID; export declare const CONTENT_ID = "content"; export declare type CONTENT_ID = typeof CONTENT_ID; export declare const FOOTER_ID = "footer"; export declare type FOOTER_ID = typeof FOOTER_ID; export declare const LEFT_EDGE_SIDEBAR_ID = "leftEdgeSidebar"; export declare type LEFT_EDGE_SIDEBAR_ID = typeof LEFT_EDGE_SIDEBAR_ID; export declare const RIGHT_EDGE_SIDEBAR_ID = "rightEdgeSidebar"; export declare type RIGHT_EDGE_SIDEBAR_ID = typeof RIGHT_EDGE_SIDEBAR_ID; export declare type EDGE_SIDEBAR_ID = LEFT_EDGE_SIDEBAR_ID | RIGHT_EDGE_SIDEBAR_ID; export declare const EDGE_SIDEBAR_EXPAND_DELAY = 350; export declare const CSS_TRANSITION = "all 225ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, color 0s"; export declare const DEFAULT_THEME: import("@mui/material/styles").Theme;