import { ReactNode } from 'react'; export interface MainCellLayoutProps { dataHook?: string; image?: ReactNode; expandCollapseButton?: ReactNode; breadcrumbs?: ReactNode; title?: ReactNode; subtitle?: string; titleMaxWidth?: string; } export declare function MainCellLayout(props: MainCellLayoutProps): JSX.Element; //# sourceMappingURL=MainCellLayout.d.ts.map