import * as React from 'react';
import type { IconProps } from '../../../types';
export interface FormattingIconProps extends IconProps {
}
export declare const FormattingIcon: React.FC<FormattingIconProps>;
