export declare const Layout: import('react').ForwardRefExoticComponent<import('antd').LayoutProps & import('react').RefAttributes<HTMLElement>> & {
    Header: import('react').ForwardRefExoticComponent<import('antd').LayoutProps & import('react').RefAttributes<HTMLElement>>;
    Footer: import('react').ForwardRefExoticComponent<import('antd').LayoutProps & import('react').RefAttributes<HTMLElement>>;
    Content: import('react').ForwardRefExoticComponent<import('antd').LayoutProps & import('react').RefAttributes<HTMLElement>>;
    Sider: import('react').ForwardRefExoticComponent<import('antd').SiderProps & import('react').RefAttributes<HTMLDivElement>>;
    _InternalSiderContext: typeof import('antd/es/layout/Sider').SiderContext;
};
