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