import { AlignStyle } from '../../../types'; export declare function getTextAlign(alignStyle?: AlignStyle): "left" | "right" | "center" | "justify"; //# sourceMappingURL=getTextAlign.d.ts.map