import { ThemedStyledInterface } from "styled-components"; export declare const dark: { colors: { white: string; black: string; gray: string; lightGray: string; washedGray: string; red: string; lightRed: string; washedRed: string; yellow: string; lightYellow: string; washedYellow: string; green: string; lightGreen: string; washedGreen: string; blue: string; lightBlue: string; washedBlue: string; none: string; scales: { black05: string; black10: string; black20: string; black30: string; black40: string; black50: string; black60: string; black70: string; black80: string; black90: string; black100: string; white05: string; white10: string; white20: string; white30: string; white40: string; white50: string; white60: string; white70: string; white80: string; white90: string; white100: string; red05: string; red10: string; red20: string; red30: string; red40: string; red50: string; red60: string; red70: string; red80: string; red90: string; red100: string; yellow05: string; yellow10: string; yellow20: string; yellow30: string; yellow40: string; yellow50: string; yellow60: string; yellow70: string; yellow80: string; yellow90: string; yellow100: string; green05: string; green10: string; green20: string; green30: string; green40: string; green50: string; green60: string; green70: string; green80: string; green90: string; green100: string; blue05: string; blue10: string; blue20: string; blue30: string; blue40: string; blue50: string; blue60: string; blue70: string; blue80: string; blue90: string; blue100: string; }; util: { cyan: string; magenta: string; yellow: string; black: string; }; }; fonts: { sans: string; mono: string; }; fontSizes: number[]; fontWeights: { thin: number; regular: number; bold: number; }; lineHeights: { min: number; short: number; regular: number; tall: number; }; borders: string[]; space: number[]; radii: number[]; sizes: number[]; zIndices: number[]; breakpoints: string[]; }; export declare type Theme = typeof dark; export declare const styled: ThemedStyledInterface<{ colors: { white: string; black: string; gray: string; lightGray: string; washedGray: string; red: string; lightRed: string; washedRed: string; yellow: string; lightYellow: string; washedYellow: string; green: string; lightGreen: string; washedGreen: string; blue: string; lightBlue: string; washedBlue: string; none: string; scales: { black05: string; black10: string; black20: string; black30: string; black40: string; black50: string; black60: string; black70: string; black80: string; black90: string; black100: string; white05: string; white10: string; white20: string; white30: string; white40: string; white50: string; white60: string; white70: string; white80: string; white90: string; white100: string; red05: string; red10: string; red20: string; red30: string; red40: string; red50: string; red60: string; red70: string; red80: string; red90: string; red100: string; yellow05: string; yellow10: string; yellow20: string; yellow30: string; yellow40: string; yellow50: string; yellow60: string; yellow70: string; yellow80: string; yellow90: string; yellow100: string; green05: string; green10: string; green20: string; green30: string; green40: string; green50: string; green60: string; green70: string; green80: string; green90: string; green100: string; blue05: string; blue10: string; blue20: string; blue30: string; blue40: string; blue50: string; blue60: string; blue70: string; blue80: string; blue90: string; blue100: string; }; util: { cyan: string; magenta: string; yellow: string; black: string; }; }; fonts: { sans: string; mono: string; }; fontSizes: number[]; fontWeights: { thin: number; regular: number; bold: number; }; lineHeights: { min: number; short: number; regular: number; tall: number; }; borders: string[]; space: number[]; radii: number[]; sizes: number[]; zIndices: number[]; breakpoints: string[]; }>;