import { PropType } from 'vue';
declare const _default: {
    cascading: {
        type: PropType<import("@/components").CascadingValue>;
        default: import("@/components").CascadingValue;
        validator(val: import("@/components").CascadingValue): boolean;
    };
    collapseAvatar: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    max: {
        type: NumberConstructor;
    };
    shape: {
        type: PropType<import("@/common").ShapeEnum>;
        validator(val: import("@/common").ShapeEnum): boolean;
    };
    size: {
        type: StringConstructor;
        default: string;
    };
    onCollapsedItemClick: PropType<(context: {
        e: MouseEvent;
    }) => void>;
};
export default _default;
