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