/**
 * View position type model.
 */
export declare type ViewPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
