interface UseFieldsetLegendParameters { id?: string; } export declare function useFieldsetLegend(params: UseFieldsetLegendParameters): { getLegendProps: (externalProps?: {}) => import("../../utils/types").WithBaseUIEvent; }; export {};