import { PropType } from "vue";
declare const _sfc_main: import("vue").DefineComponent<{
    /** 图标 */
    icon: {
        type: PropType<Comment>;
        default: any;
    };
    /** 描述文字 */
    description: {
        type: StringConstructor;
        default: string;
    };
}, {
    name: string;
    cls: import("vue").ComputedRef<string[]>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    /** 图标 */
    icon: {
        type: PropType<Comment>;
        default: any;
    };
    /** 描述文字 */
    description: {
        type: StringConstructor;
        default: string;
    };
}>> & {
    onClick?: (...args: any[]) => any;
}, {
    icon: Comment;
    description: string;
}, {}>;
export default _sfc_main;
