import Layout from './Layout';
import { layoutProps } from './props';
import type { IDefinePlugin, IDefineProps } from '../types/index';
export { layoutProps } from './props';
export declare const ProLayout: IDefinePlugin<typeof Layout>;
export type ILayoutProps = IDefineProps<typeof layoutProps>;
