/// import type { ProLayoutProps } from './propTypes'; export declare const LayoutContext: import("react").Context<{ selectedPath: string; onSelected: (params: any) => void; }>; declare const ProLayout: { (props: ProLayoutProps): JSX.Element; defaultProps: { menus: any[]; iconfontUrl: string; title: string; collapsed: boolean; routerMatch: string; pure: boolean; theme: string; headerHeight: number; contentStyle: {}; }; ProCollapse: (props: import("./components/ProCollapse/PropTypes").ProCollapseProps) => JSX.Element; ProFooter: import("react").MemoExoticComponent<(props: import("./components/ProFooter/PropTypes").ProFooterProps) => JSX.Element>; ProHeader: import("react").MemoExoticComponent<(props: import("./components/ProHeader/PropTypes").ProHeaderProps) => JSX.Element>; }; export default ProLayout;