import ILabel from "./iLabel";
export default class LabelMock implements ILabel {
}
