/// export type LayoutMPProps = { navigationContainer?: JSX.Element; children?: React.ReactNode; }; declare const LayoutMP: ({ navigationContainer, children }: LayoutMPProps) => JSX.Element; export default LayoutMP;