/** * Custom hook used to generate the background color in the inspection capture web components. */ export declare function useColorBackground(opacity?: number): string;