export declare const $LabelGetResponse: {
    properties: {
        label: {
            type: string;
        };
    };
};
