import type { ComponentPropsWithoutRef } from 'react'; type FieldDescriptionProps = ComponentPropsWithoutRef<'p'>; declare function FieldDescription({ className, ...props }: FieldDescriptionProps): import("react/jsx-runtime").JSX.Element; export type { FieldDescriptionProps }; export default FieldDescription;