declare const config: {
    icon: string;
    label: string;
    type: string;
    platform: string;
    description: string;
    image: string;
    groupsName: string;
    compType: number;
    isContainer: boolean;
    compLib: string;
    props: {
        name: string;
        selfSpan: string;
        labelCol: number;
        wrapperCol: number;
        size: string;
        expandTrigger: string;
        popupPlacement: string;
        visible: boolean;
    };
    todoProps: {
        isView: {
            label: string;
            type: string;
            props: {
                dependProps: {
                    noShow: boolean;
                };
            };
        };
    };
};
export default config;
