import { Control } from '../Control';
export declare function toBeA<T>(control: Control<T>, clazz: any): void;
