import { IconProps } from '../iconUtils'; export declare const FormatAlignRight: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type FormatAlignRightProps = IconProps; export default FormatAlignRight;