declare const _sfc_main: import("vue").DefineComponent<{
    /**
     * 标题
     *
     * @type {String}
     */
    title: {
        type: StringConstructor;
        default: string;
    };
    /**
     * 用于设置激活 panel
     *
     * @type {String}
     */
    name: {
        type: StringConstructor;
    };
    /**
     * 隐藏箭头
     *
     * @type {Boolean}
     */
    hideArrow: {
        type: BooleanConstructor;
        default: boolean;
    };
}, {
    prefixCls: string;
    data: {
        isActive: boolean;
        index: number;
        mounted: boolean;
    };
    classes: import("vue").ComputedRef<(string | {
        [x: string]: boolean;
    })[]>;
    headerClasses: import("vue").ComputedRef<string[]>;
    handleToggle: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * 标题
     *
     * @type {String}
     */
    title: {
        type: StringConstructor;
        default: string;
    };
    /**
     * 用于设置激活 panel
     *
     * @type {String}
     */
    name: {
        type: StringConstructor;
    };
    /**
     * 隐藏箭头
     *
     * @type {Boolean}
     */
    hideArrow: {
        type: BooleanConstructor;
        default: boolean;
    };
}>>, {
    title: string;
    hideArrow: boolean;
}>;
export default _sfc_main;
