import { FunctionComponent } from 'react'; import { LfFieldReactMantineProps, LfColumnsReactMantineProps, LfColumnReactMantineProps, LfTabsReactMantineProps, LfTabReactMantineProps, LfStepsReactMantineProps, LfStepReactMantineProps, LfGroupReactMantineProps, LfArrayReactMantineProps, LetsFormReactMantineProps, LetsFormSchemaReactMantine } from './definitions/react-mantine'; declare const LetsForm: FunctionComponent; export default LetsForm; export const LfField: FunctionComponent; export const LfColumns: FunctionComponent; export const LfColumn: FunctionComponent; export const LfTabs: FunctionComponent; export const LfTab: FunctionComponent; export const LfSteps: FunctionComponent; export const LfStep: FunctionComponent; export const LfGroup: FunctionComponent; export const LfArray: FunctionComponent; export { LetsFormSchemaReactMantine };