import type { TypeValues } from "../types";
import * as i0 from "@angular/core";
export declare class TypeLabelSwitchComponent {
    type: TypeValues | true | false | string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TypeLabelSwitchComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TypeLabelSwitchComponent, "jsv-type-label-switch", never, { "type": { "alias": "type"; "required": true; }; }, {}, never, never, true, never>;
}
