import { IconProps } from '../lib';
declare function TextAlignCenter(props: IconProps): JSX.Element;
export default TextAlignCenter;
