import { Theme } from '../../themes/default'; export declare const defaultStyle = "\n height: 100%;\n overflow: auto;\n\n > div {\n height: 100%;\n line-height: 1.45em;\n }\n"; export declare const themedStyle: (theme: Theme) => import("styled-components").FlattenSimpleInterpolation;