import type { ButtonProps } from 'naive-ui'; import type { PropType } from 'vue'; interface DuxStatsHelloBigData { label: string; value?: string; icon?: string; color?: ButtonProps['type']; onClick?: () => void; } export declare const DuxStatsHelloBig: 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 {};