import type { PropType } from 'vue'; import type { TButtonProps } from './TButton.types'; export declare const TButton: import("vue").DefineComponent; size: PropType; disabled: PropType; leftIcon: PropType; rightIcon: PropType; type: PropType; fullWidth: PropType; loading: PropType; color: PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly; size: PropType; disabled: PropType; leftIcon: PropType; rightIcon: PropType; type: PropType; fullWidth: PropType; loading: PropType; color: PropType; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=TButton.d.ts.map