import React from 'react'; import { BoxProps } from '@mantine/core'; export declare const MbLayout: ({ ...props }: BoxProps & { formLayout?: 'default' | 'inline'; }) => React.JSX.Element;