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