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