import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent<{ title: string; data: Record | null; type: "line" | "bar"; summary: number | null; }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{ title: string; data: Record | null; type: "line" | "bar"; summary: number | null; }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=StatBox.vue.d.ts.map