import { FC } from "react";
interface AlignRightIconProps {
    className?: string;
    width?: number;
    height?: number;
}
declare const AlignRightIcon: FC<AlignRightIconProps>;
export default AlignRightIcon;
