import { default as React } from 'react'; import { default as FieldSet } from './Elements/FieldSet/FieldSet'; declare class Form extends React.Component { static FieldSet: typeof FieldSet; } export default Form;