import type { PropType } from 'vue'; import type { TIconButtonProps } from './TIconButton.types'; export declare const TIconButton: import("vue").DefineComponent; size: PropType; disabled: PropType; icon: PropType; type: PropType; rounded: 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; icon: PropType; type: PropType; rounded: PropType; loading: PropType; color: PropType; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=TIconButton.d.ts.map