import React, { FC } from 'react'; import { FormikFormProps } from 'formik'; import '../../styles/index.scss'; export interface IFormikUiFormProps extends FormikFormProps { className?: string; styling?: 'default' | 'structure' | 'theme'; } export declare const Form: FC; declare const _default: React.NamedExoticComponent; export default _default;