import React from 'react'; import './index.less'; interface propsType { formProps?: any; circle: Boolean; submit: (any: any) => void; } declare const _default: React.MemoExoticComponent<(props: propsType) => JSX.Element>; export default _default;