/// import * as styledComponents from 'styled-components'; import { GlobalAppThemeInterface } from '@monorail/helpers/theme'; declare const styled: styledComponents.ThemedStyledInterface, css: styledComponents.ThemedCssFunction, createGlobalStyle:

(first: styledComponents.CSSObject | TemplateStringsArray | styledComponents.InterpolationFunction>, ...interpolations: any[]) => styledComponents.GlobalStyleComponent, keyframes: (strings: TemplateStringsArray | styledComponents.CSSKeyframes, ...interpolations: any[]) => styledComponents.Keyframes; /** @deprecated Use ThemeProvider from v2 instead */ export declare const ThemeProvider: styledComponents.BaseThemeProviderComponent; export declare type CSSProp = styledComponents.CSSProp; export declare type StyledProps = React.HTMLAttributes & { css?: CSSProp; }; export { css, createGlobalStyle, keyframes, styled }; export default styled;