declare type TextAlignType = { textAlign?: string; }; export declare const textAlignStyle: (props: TextAlignType) => import("styled-components").FlattenSimpleInterpolation; export {};