export declare type From = 'top' | 'bottom' | 'left' | 'right';
export declare function getFromPosition(from: From): "left" | "right" | "bottom" | "top";
