import * as React from 'react'; declare function Form(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Form; export default Form;