import type { LabelHTMLAttributes } from 'react';
export declare function FieldSetLabel(props: React.PropsWithChildren): import("react/jsx-runtime").JSX.Element;
export declare function Label(props: LabelHTMLAttributes): import("react/jsx-runtime").JSX.Element;