import Button from "./src/index.vue"; declare const TButton: ({ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins {}; }; isDebounce: { type: BooleanConstructor; required: false; default: boolean; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { props: any; emits: (event: "click", ...args: any[]) => void; record: import("vue").Ref; handleClick: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, { time: number; tip: string; placement: string; tipProps: Record; isDebounce: boolean; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly {}; }; isDebounce: { type: BooleanConstructor; required: false; default: boolean; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { props: any; emits: (event: "click", ...args: any[]) => void; record: import("vue").Ref; handleClick: () => void; }, {}, {}, {}, { time: number; tip: string; placement: string; tipProps: Record; isDebounce: boolean; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase {}; }; isDebounce: { type: BooleanConstructor; required: false; default: boolean; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { props: any; emits: (event: "click", ...args: any[]) => void; record: import("vue").Ref; handleClick: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", { time: number; tip: string; placement: string; tipProps: Record; isDebounce: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin) & Record; export default TButton; export type TButtonInstance = InstanceType; export * from './src/type';