import { BaseView } from '@difizen/mana-app';
import type { ReactNode } from 'react';
import './index.less';
export declare const MagentBaseLayoutSlots: {
    header: string;
    content: string;
};
interface Props {
    children?: ReactNode;
}
export declare const slot = "magent-base-layout-slot";
export declare const MagentBaseLayoutComponent: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>;
export declare class MagentBaseLayoutView extends BaseView {
    view: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>;
}
export {};
//# sourceMappingURL=layout.d.ts.map