import React from 'react'; interface IFormSampleProps { } declare const FormSample: React.FC; export default FormSample;