import { type PropType, type VNode } from "vue"; export type ScoreCardType = "value" | "complexity"; export type ScoreCardSize = "sm" | "md" | "lg"; export type ScoreCardProps = { title: string; score: number; stars: number; max?: number; type?: ScoreCardType; unit?: string; size?: ScoreCardSize; class?: string; }; export declare const ScoreCard: import("vue").DefineComponent; default: string; }; unit: { type: StringConstructor; default: string; }; size: { type: PropType; default: string; }; class: { type: StringConstructor; default: undefined; }; }>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; unit: { type: StringConstructor; default: string; }; size: { type: PropType; default: string; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { type: ScoreCardType; size: ScoreCardSize; class: string; max: number; unit: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=ScoreCard.d.ts.map