import type { TextAlignment } from 'ricos-types'; export declare const getAlignmentFromDirection: (direction: string) => TextAlignment | undefined; //# sourceMappingURL=utils.d.ts.map