///
import styled from 'styled-components';
import * as styledComponents from 'styled-components';
import { ThemeInterface } from './Theme';
export declare const text: () => string;
export default styled;
export { StyledComponentClass, ThemedStyledComponentsModule } from 'styled-components';
export declare const css: styledComponents.ThemedCssFunction;
export declare const keyframes: (strings: TemplateStringsArray, ...interpolations: styledComponents.SimpleInterpolation[]) => string;
export declare const ThemeProvider: React.ComponentClass>;