import * as React from 'react'; export declare function useFieldsetRoot(): { getRootProps: (externalProps?: {}) => import("../../utils/types").WithBaseUIEvent; legendId: string | undefined; setLegendId: React.Dispatch>; };