export interface TTimerBtnProps { second?: number; className?: string; } declare const _sfc_main: import("vue").DefineComponent, { props: any; time: import("vue").Ref; disabled: import("vue").Ref; text: import("vue").ComputedRef; emits: (event: "click", ...args: any[]) => void; run: () => void; reset: () => void; start: () => void; timer: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { className: string; second: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _sfc_main;