import type { PropType } from 'vue'; import type { TDialogProps } from './TDialog.types'; export declare const TDialog: import("vue").DefineComponent; required: true; }; message: { type: PropType; required: true; }; color: PropType; icon: PropType; cancellable: PropType; cancelText: PropType; confirmText: PropType; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "close" | "confirm")[], "cancel" | "close" | "confirm", import("vue").PublicProps, Readonly; required: true; }; message: { type: PropType; required: true; }; color: PropType; icon: PropType; cancellable: PropType; cancelText: PropType; confirmText: PropType; }>> & Readonly<{ onCancel?: ((...args: any[]) => any) | undefined; onClose?: ((...args: any[]) => any) | undefined; onConfirm?: ((...args: any[]) => any) | undefined; }>, {}, {}, { TTypography: import("vue").DefineComponent; fontWeight: PropType; variant: PropType; as: PropType; color: PropType; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; fontWeight: PropType; variant: PropType; as: PropType; color: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; TModal: import("vue").DefineComponent; featured: PropType; size: PropType; destroyOnClose: PropType; nonBlocking: PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "close")[], "cancel" | "close", import("vue").PublicProps, Readonly; featured: PropType; size: PropType; destroyOnClose: PropType; nonBlocking: PropType; }>> & Readonly<{ onCancel?: ((...args: any[]) => any) | undefined; onClose?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; 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>; TIcon: import("vue").DefineComponent; required: true; }; color: PropType; size: PropType; variant: PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; color: PropType; size: PropType; variant: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=TDialog.d.ts.map