import { FlexProps } from '../Flex'; import { TransitionProps } from '../Transition'; import { PrismaneFieldComponent, PrismaneWithInternal, Versatile, PrismaneVersatile, PrismaneProps } from '../../types'; import { FieldErrorProps } from "./FieldError"; import { FieldLabelProps } from "./FieldLabel"; import { FieldWrapperProps } from "./FieldWrapper"; import { FieldAddonProps } from "./FieldAddon"; export { type FieldErrorProps, type FieldLabelProps, type FieldWrapperProps, type FieldAddonProps, }; export type FieldProps = PrismaneVersatile>; declare const Field: PrismaneWithInternal>, { Label: FieldLabelProps; Wrapper: FieldWrapperProps; Error: FieldErrorProps; Addon: FieldAddonProps; }>; export default Field; //# sourceMappingURL=Field.d.ts.map