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