import { DefaultTheme } from 'styled-components'; export declare const useComputeBackgroundColor: () => { containerRef: import("react").MutableRefObject; backgroundColor: string; }; export declare const getBackgroundColor: (element: HTMLElement, theme: DefaultTheme) => any; //# sourceMappingURL=InfoMessageUtils.d.ts.map