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