export declare const width: number; export declare const isLight: (color: string, lumi?: number) => boolean; export declare const getDarken: (color: string, dark?: number) => any; export declare const getLighting: (color: string, light?: number) => any; export declare const getOpacity: (color: string, alpha?: number) => string; export declare const getLighten: (color: string, light?: number) => any; export declare const getRandomColor: () => string; export declare const getPlaceholderColor: (color: string) => any; export declare const getColorForBackground: (color: string) => "black" | "white"; export declare const isTablet: () => boolean; //# sourceMappingURL=colors.d.ts.map