import type { FormProps } from './form.type'; import type { ObjectType } from '@sheinx/hooks'; declare const Form: (props: FormProps) => import("react/jsx-runtime").JSX.Element; export default Form; //# sourceMappingURL=form.d.ts.map