import * as React from 'react'; import { BoxProps } from '../Box'; export declare type LocalPageWithSidebarMinimizeProps = {}; export declare type PageWithSidebarMinimizeProps = BoxProps & LocalPageWithSidebarMinimizeProps; export declare const PageWithSidebarMinimize: React.ForwardRefExoticComponent & React.RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; };