import type { AlignmentOptions } from '../types'; export declare const getAlignmentStyle: (alignment: AlignmentOptions) => { display: string; justifyContent: string; };