export declare function getBackgroundColorType(backgroundColor: string): "dark" | "light";
