import type { PropType } from 'vue'; interface DuxStatsHelloData { label: string; value?: string; onClick?: () => void; } export declare const DuxStatsHello: import("vue").DefineComponent>; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export {};