import { FC } from "react";
interface ClearFormatIconProps {
    className?: string;
    width?: number;
    height?: number;
}
declare const ClearFormatIcon: FC<ClearFormatIconProps>;
export default ClearFormatIcon;
