import { SpectrumLabelableProps, DOMRefValue } from "@react-types/shared"; import React from "react"; import { SpectrumFormProps } from "@react-types/form"; export function useFormProps(props: T): T; /** * Forms allow users to enter data that can be submitted while providing alignment and styling for form fields. */ export const Form: React.ForwardRefExoticComponent>>; export type { SpectrumFormProps } from '@react-types/form'; //# sourceMappingURL=types.d.ts.map