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