export declare const screen: {
    readonly width: number;
    readonly height: number;
};
export declare const DROPDOWN_MIN_WIDTH = 0;
export declare const DROPDOWN_MIN_HEIGHT = 20;
export declare const DROPDOWN_MAX_HEIGHT = 200;
