declare const _sfc_main: import("vue").DefineComponent<{ class: { type: StringConstructor; required: false; }; style: { type: null; required: false; }; type: { type: StringConstructor; required: true; }; }, { props: any; emit: (e: "click") => void; iconClass: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onClick?: ((...args: any[]) => any) | undefined; }, {}>; export default _sfc_main;