import { SplitViewProps, SplVSizes } from './SplitView.type'; import { CSSProperties } from 'react'; export declare const cssVars: (sizes: SplVSizes, sidebarIsClosed: boolean, sidebarPaddingLeftOnClosed: number | undefined, sidebarMinWidthPx?: number) => CSSProperties; export declare const StyledDiv: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, { className: string; } & { $css: SplitViewProps['$css']; $headerHeight?: number | undefined; $insidePageLayout?: boolean | undefined; $sidebarIsClosed?: boolean | undefined; }, "className">;