import React from 'react'; import { FormContextProps } from '../types/FormContextProps'; import 'react-loading-skeleton/dist/skeleton.css'; import { FormerProps } from '../types/FormerProps'; export declare const FormContext: React.Context; export declare const Former: React.FC;