import { ReactIconComponentType } from '../types';

declare const AlignHorizontalRight: ReactIconComponentType;
export default AlignHorizontalRight;
            