import { ThemedCssFunction, ThemedStyledInterface } from 'styled-components'; export { color } from './colors'; export * from './utils'; import { ITidyUITheme } from './types'; export * from './types'; declare const styled: ThemedStyledInterface; declare const css: ThemedCssFunction; export { css, styled }; export { defaultBase as baseTheme } from './base'; export { theme as orchidDark } from './orchid-dark'; export { theme as orchidLight } from './orchid-light';