import { ThemeMode } from './types'; /** Keeps scrollbar displayed */ export declare const DISPLAY_SCROLLBAR_CSS: import("styled-components").FlattenInterpolation>; /** Keeps scrollbar hidden */ export declare const REMOVE_SCROLLBAR_CSS: import("styled-components").FlattenSimpleInterpolation; /** Component will have the same width and height */ export declare const SQUARE_CSS: import("styled-components").FlattenInterpolation>; //# sourceMappingURL=styles.d.ts.map