export declare type Pos = '' | 'top_center' | 'top_right' | 'center_right' | 'bottom_right' | 'bottom_center' | 'bottom_left' | 'center_left' | 'top_left' | 'center_center'; export declare const positions: Pos[];