declare const _default: {
    compLib: string;
    compType: number;
    isBusiObjContainer: boolean;
    isContainer: boolean;
    platform: string;
    alias: string;
    type: string;
    label: string;
    props: {
        name: string;
        message: string;
        type: string;
        showIcon: boolean;
        visible: boolean;
        appBusiCompId: string;
    };
    style: {
        margin: string;
    };
    groupsName: string;
    todoProps: {
        name: {
            label: string;
            type: string;
            groupsName: string;
            props: {};
        };
        appBusiCompId: {
            label: string;
            type: string;
            props: {
                dependProps: {
                    noShow: boolean;
                };
            };
        };
        visible: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                defaultValue: boolean;
            };
        };
    };
    icon: string;
};
export default _default;
