export declare const $Label: {
    properties: {
        label: {
            type: string;
        };
        create_time: {
            type: string;
            format: string;
        };
        change_time: {
            type: string;
            format: string;
        };
        relations: {
            type: string;
            contains: {
                properties: {};
            };
        };
        status: {
            type: string;
        };
    };
};
