import { Property } from 'csstype';
export declare const translateAlignProp: (alignProp: Property.TextAlign) => Property.TextAlign;
