import { default as React } from 'react';
import { FinFormProps } from './types';
export declare const FinForm: React.FC<FinFormProps>;
