export interface DropdownHeightCalculationResult {
    top: number;
    height: number;
}
