import { ControlId } from '../../control/models'; export declare class ControlIdMock implements ControlId { private readonly id; constructor(id: string); getId(): string; }