/// <reference types="react" />
declare const AlignRight: (props: any, ref: any) => JSX.Element;
export default AlignRight;
