type Options = {
    channel: string;
    channels: string;
    servers: string;
    server: string;
    send: string;
    receive: string;
    sendLabel: string;
    receiveLabel: string;
    channelBinding: string;
    payload: string;
};
export declare function useProtocolLabels(channelBindings?: Record<string, any>): {
    getProtocolLabel: (option: keyof Options, defaultValue?: string) => string;
};
export {};
