import { CardTypes } from '../utils/prop-types'; import { ZeitUIThemesPalette } from '../styles/themes'; export declare type CardStyles = { color: string; bgColor: string; borderColor: string; }; export declare const getStyles: (type: CardTypes, palette: ZeitUIThemesPalette, isShadow?: boolean | undefined) => CardStyles;