import type * as React from 'react';
export declare function useRegisteredLabelId(idProp: string | undefined, setLabelId: React.Dispatch<React.SetStateAction<string | undefined>>): string | undefined;