import { Placement } from '../interface'; export declare function getMainAxisFromPlacement(placement: Placement): 'x' | 'y';