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