declare const _default: { default: { theme: { plain: { color: string; background: string; lineHeight: number; tabSize: number; fontFamily: string; }; styles: ({ types: string[]; style: { color: string; fontStyle?: undefined; }; } | { types: string[]; style: { color: string; fontStyle: string; }; } | { types: string[]; style: { fontStyle: string; color?: undefined; }; })[]; }; wrapper: { bg: string; border: string; borderColor: string; width: number; height: number; my: number; overflow: string; alignItems: string; '&.is-focused, &:focus': { boxShadow: string; outline: string; }; pre: { backgroundColor: string; m: number; p: string; pr: number; height: string; width: string; overflowX: string; overflowY: string; fontFamily: string; fontSize: string; lineHeight: string; '& .token-line': { display: string; alignItems: string; '& .token': { whiteSpace: string; wordBreak: string; }; }; }; '&.has-no-copy-button': { pre: { p: number; }; }; '&.has-line-numbers': { pre: { p: string; overflow: string; '& .token-line:first-of-type *': { pt: number; }; '& .token-line': { display: string; '& .token': { whiteSpace: string; }; }; }; }; }; lineNo: { display: string; userSelect: string; px: number; m: string; bg: string; minWidth: number; color: string; lineHeight: string; }; }; }; export default _default;