/// export type LayoutMFProps = { children?: React.ReactNode; }; declare const LayoutMF: ({ children }: LayoutMFProps) => JSX.Element; export default LayoutMF;