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