import React from 'react';
import { BoxProps } from '@mantine/core';
export declare const InlineForm: ({ ...props }: BoxProps) => React.JSX.Element;
