import { ControlLabels } from './ControlLabels'; export interface FixedHeightLabels extends ControlLabels { counterTitle?: string; alignTitle?: string; }