export declare class BlazeWidgetLabel {
    value: string;
    constructor(value: string);
    static singleLabel(label: string): BlazeWidgetLabel;
    static mustInclude(...labels: Array<string | BlazeWidgetLabel>): BlazeWidgetLabel;
    static atLeastOneOf(...labels: Array<string | BlazeWidgetLabel>): BlazeWidgetLabel;
    mustInclude(...labels: Array<string | BlazeWidgetLabel>): BlazeWidgetLabel;
    atLeastOneOf(...labels: Array<string | BlazeWidgetLabel>): BlazeWidgetLabel;
    toString(): string;
}
//# sourceMappingURL=blaze-widget-label.d.ts.map