import { RawPoint } from './core/data'; import { ThemeType } from '../../types'; type __VLS_Props = { label: string; value: number | string; icon?: string; color?: ThemeType | string; /** Percentage change; sign drives the up/down chip color. */ change?: number; /** Invert chip colors when down is good (e.g. churn, cost). */ invertChange?: boolean; /** Sparkline data for a trend line. */ trend?: RawPoint[]; currency?: string; prefix?: string; suffix?: string; subtitle?: string; loading?: boolean; /** Outlined card (transparent bg + border), like ``. */ outline?: boolean; /** Hairline framed card, like ``. */ frame?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { color: ThemeType | string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=StatCard.vue.d.ts.map