import { CreateStyled } from '@emotion/styled'; export declare const styled: CreateStyled<{ colors: { primary: string; warn: string; error: string; border: string; plain: string; primaryBackground: string; icon: string; }; font: { family: string; size: string; weight: string; }; editorStyles: { [x: string]: { flexGrow: number; }; }; }>; export declare type TwitterEditorTheme = typeof twitterEditorTheme; export declare const twitterEditorTheme: { colors: { primary: string; warn: string; error: string; border: string; plain: string; primaryBackground: string; icon: string; }; font: { family: string; size: string; weight: string; }; editorStyles: { [x: string]: { flexGrow: number; }; }; }; //# sourceMappingURL=twitter-theme.d.ts.map