import { default as React } from 'react';
import { IconStyles } from './types';
interface FormatAlignRightIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const FormatAlignRightIcon: React.FC<FormatAlignRightIconProps>;
export default FormatAlignRightIcon;
//# sourceMappingURL=FormatAlignRight.d.ts.map