declare const _sfc_main: import("vue").DefineComponent<{
    /**
     * 分隔符
     *
     * @type {String}
     */
    divider: {
        type: StringConstructor;
        default: string;
    };
    /**
     * 中间对齐
     *
     * @type {Boolean}
     */
    justifyCenter: {
        type: BooleanConstructor;
        default: boolean;
    };
    /**
     * 尾部对齐
     *
     * @type {Boolean}
     */
    justifyEnd: {
        type: BooleanConstructor;
        default: boolean;
    };
}, {
    prefixCls: string;
    styles: import("vue").ComputedRef<{
        'justify-content': string;
    }>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * 分隔符
     *
     * @type {String}
     */
    divider: {
        type: StringConstructor;
        default: string;
    };
    /**
     * 中间对齐
     *
     * @type {Boolean}
     */
    justifyCenter: {
        type: BooleanConstructor;
        default: boolean;
    };
    /**
     * 尾部对齐
     *
     * @type {Boolean}
     */
    justifyEnd: {
        type: BooleanConstructor;
        default: boolean;
    };
}>>, {
    divider: string;
    justifyCenter: boolean;
    justifyEnd: boolean;
}>;
export default _sfc_main;
