export declare const OPEN_KEYS: string[];
export declare const SELECTION_KEYS: string[];
export declare const CONTENT_MARGIN = 10;
export declare function shouldShowPlaceholder(value?: string): boolean;
