declare const _default: import("vue/types/v3-define-component").DefineComponent<{ /** * true | false */ disabled: { type: BooleanConstructor; default: boolean; }; /** * 'success' | 'error' | 'warning' | 'default' */ type: { type: StringConstructor; default: string; validator(value: unknown): boolean; }; /** * 'indication' | 'action' */ footerType: { type: StringConstructor; default: string; validator(value: unknown): boolean; }; /** * Title of tile */ title: { type: StringConstructor; default: null; }; /** * Description of tile */ description: { type: StringConstructor; default: null; }; /** * true | false */ selected: { type: BooleanConstructor; default: boolean; }; }, import("vue").Data, import("vue").Data, {}, { handleClick(event: any): void; }, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, { type: string; description: string; title: string; disabled: boolean; selected: boolean; footerType: string; }>; export default _default;