export namespace mixin { export { darken }; export { lighten }; export { rgba }; export const boxShadowMedium: any; export const boxShadowDropdown: any; export const truncateText: any; export const clickable: any; export const hardwareAccelerate: any; export const cover: any; export function placeholderColor(colorValue: any): any; export const scrollableY: any; export function customScrollbar({ width, background }?: { width?: number; background?: string; }): any; export function backgroundImage(imageURL: any): any; export function link(colorValue?: string): any; export function tag(background?: string, colorValue?: string): any; export function focusable(color: any, type?: string, initialColor?: string): any; } export namespace shadow { const page: string; } export namespace color { export const primary: string; export const success: string; export const danger: string; export const warning: string; export const secondary: string; export const task: string; export const icon: string; export const flagged: string; export const textDarkest: string; export const textDark: string; export const textMedium: string; export const textLight: string; export const textLink: string; export const textHilight: string; export const textNormal: string; const link_1: any; export { link_1 as link }; export const backgroundDarkPrimary: string; export const backgroundMedium: string; export const backgroundLight: string; export const backgroundLight300: string; export const backgroundDeactivated: string; export const backgroundLightest: string; export const backgroundLightPrimary: string; export const backgroundLightSuccess: string; export const borderLightest: string; export const borderLight: string; export const borderInputFocus: string; export const newTasks: string; export const completedTasks: string; export const overdueTasks: string; export const orange: string; } export namespace sizes { const appNavBarLeftWidth: number; const secondarySideBarWidth: number; const minViewportWidth: number; const headerHeight: number; const headerHeightMd: number; const gridHeader: number; const gridRow: number; } export namespace zIndexValues { const modal: number; const dropdown: number; const navLeft: number; } export namespace font { const regular: string; const medium: string; const bold: string; const black: string; function size(size: any): string; } declare function darken(colorValue: any, amount: any): any; declare function lighten(colorValue: any, amount: any): any; declare function rgba(colorValue: any, opacity: any): any; export {}; //# sourceMappingURL=styles.d.ts.map