import { MasterDetailLayoutProps } from './types'; /** * Layout de maestro detalle */ export declare function MasterDetailLayout(props: MasterDetailLayoutProps): import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=MasterDetailLayout.d.ts.map