declare type Alignment = 'start' | 'end' | 'left' | 'right' | 'top' | 'bottom' | 'middle' | 'flex-start' | 'flex-end' | 'center';
export declare const align: (y?: Alignment | null, x?: Alignment | null, direction?: string) => string;
export {};
