import * as React from 'react';
import { BlueprintFormProps } from './share';
declare const Form: React.FC<BlueprintFormProps>;
export default Form;
