import { type BoxProps } from '../Box'; export type FieldDescriptionProps = BoxProps; declare const FieldDescription: (props: FieldDescriptionProps) => import("react/jsx-runtime").JSX.Element; export default FieldDescription; //# sourceMappingURL=FieldDescription.d.ts.map