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