interface UseLabelBackgroundResult {
ref: React.RefObject;
}
export declare const getActualBackgroundColor: (element: HTMLElement) => string;
export declare const rgbHueAlterate: (rgb: string, variation: number, opacity?: number) => string;
export declare function useLabelBackground(): UseLabelBackgroundResult;
export {};