import { FC } from 'react';
import { TextAlignProps } from '../../types';
declare const TextAlign: FC<TextAlignProps>;
export default TextAlign;
