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