import { DropdownHeightCalculationSchemaItem } from './dropdown-height-schema-item';
export interface DropdownHeightCalculationSchema {
    small: DropdownHeightCalculationSchemaItem;
    medium: DropdownHeightCalculationSchemaItem;
    large: DropdownHeightCalculationSchemaItem;
}
