interface IColumnWidthSet {
    prop: string;
    widthOriginal: number;
    width: number;
    label: string;
    hasChildren: undefined | boolean;
    children?: IColumnWidthSet[];
}
declare const _sfc_main: import("vue").DefineComponent<{
    columns: {
        type: ArrayConstructor;
        default: () => never[];
    };
    renderColumns: {
        type: ArrayConstructor;
        default: () => never[];
    };
    title: {
        type: StringConstructor;
        default: string;
    };
    name: {
        type: StringConstructor;
        required: true;
    };
    columnSetBind: {
        type: ObjectConstructor;
        default: () => void;
    };
}, {
    currentPath: any;
    props: any;
    cacheKey: string;
    $attrs: any;
    columnBind: import("vue").ComputedRef<any>;
    isAll: import("vue").Ref<boolean>;
    tabIndex: import("vue").Ref<number>;
    dialogFormVisible: import("vue").Ref<boolean>;
    formData: any;
    isCanUpdate: any;
    getColumnSetCache: (useSort?: boolean) => any[];
    sortColumns: (cols: any[]) => any[];
    initColumnSet: () => {
        label: any;
        prop: any;
        show: boolean;
        hidden: boolean;
        fixed: any;
    }[];
    emits: (event: "columnSetting" | "columnWidthSetting", ...args: any[]) => void;
    state: any;
    checkChanged: (checked: any, index: any) => void;
    getColumnWidthSet: (colums?: unknown[]) => IColumnWidthSet[];
    updateColumnWidthSetLoading: import("vue").Ref<boolean>;
    isUpdateColumn: import("vue").Ref<boolean>;
    updateColumnWidthSet: () => Promise<void>;
    removeLabelAndHasChildren: (items: any) => any[];
    removeLabelForColSet: (cols: any) => any;
    setWidthByThsEl: (initIndex: number, cellsArr: Array<Element>, cols: Array<IColumnWidthSet>) => void;
    openDialog: () => void;
    onDialogClose: () => void;
    onFixed: (index: any, fixed: any) => void;
    onFixedCancel: (index: any) => void;
    isAllChange: (val: any) => void;
    columnSetReset: () => void;
    readonly Draggable: import("vue").DefineComponent<{
        list: {
            type: ArrayConstructor;
            required: boolean;
            default: any;
        };
        modelValue: {
            type: ArrayConstructor;
            required: boolean;
            default: any;
        };
        itemKey: {
            type: (StringConstructor | FunctionConstructor)[];
            required: boolean;
        };
        clone: {
            type: FunctionConstructor;
            default: (original: any) => any;
        };
        tag: {
            type: StringConstructor;
            default: string;
        };
        move: {
            type: FunctionConstructor;
            default: any;
        };
        componentData: {
            type: ObjectConstructor;
            required: boolean;
            default: any;
        };
    }, unknown, {
        error: boolean;
    }, {
        realList(): any;
        getKey(): any;
    }, {
        getUnderlyingVm(domElement: any): any;
        getUnderlyingPotencialDraggableComponent(htmElement: any): any;
        emitChanges(evt: any): void;
        alterList(onList: any): void;
        spliceList(): void;
        updatePosition(oldIndex: any, newIndex: any): void;
        getRelatedContextFromMoveEvent({ to, related }: {
            to: any;
            related: any;
        }): any;
        getVmIndexFromDomIndex(domIndex: any): any;
        onDragStart(evt: any): void;
        onDragAdd(evt: any): void;
        onDragRemove(evt: any): void;
        onDragUpdate(evt: any): void;
        computeFutureIndex(relatedContext: any, evt: any): any;
        onDragMove(evt: any, originalEvent: any): any;
        onDragEnd(): void;
    }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
        move: Function;
        tag: string;
        clone: Function;
        list: unknown[];
        modelValue: unknown[];
        componentData: Record<string, any>;
    } & {
        itemKey?: string | Function | undefined;
    }>, {
        move: Function;
        tag: string;
        clone: Function;
        list: unknown[];
        modelValue: unknown[];
        componentData: Record<string, any>;
    }, {}>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("columnSetting" | "columnWidthSetting")[], "columnSetting" | "columnWidthSetting", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    columns: {
        type: ArrayConstructor;
        default: () => never[];
    };
    renderColumns: {
        type: ArrayConstructor;
        default: () => never[];
    };
    title: {
        type: StringConstructor;
        default: string;
    };
    name: {
        type: StringConstructor;
        required: true;
    };
    columnSetBind: {
        type: ObjectConstructor;
        default: () => void;
    };
}>> & {
    onColumnSetting?: ((...args: any[]) => any) | undefined;
    onColumnWidthSetting?: ((...args: any[]) => any) | undefined;
}, {
    columns: unknown[];
    title: string;
    columnSetBind: Record<string, any>;
    renderColumns: unknown[];
}, {}>;
export default _sfc_main;
