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