import * as React from 'react'; interface FormProps { className?: string; onSubmit: () => any; } declare const _default: React.FunctionComponent & { Section: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; }; export default _default;