import { TwoTonedIcon } from '../iconTypes'; declare const IconWordOnline: ({ className, height, title, width }: TwoTonedIcon) => JSX.Element; export default IconWordOnline;