import { CSSObject } from '@xstyled/styled-components';
import { ThemeValues } from '.';
export type ThemeSelection = CSSObject;
export declare const getSelection: (theme: ThemeValues) => ThemeSelection;
