import type { Alignment } from '../types'; export declare function getAlignment(placement: T): Alignment;