import React from 'react';
import { IIcon } from '@onesy/ui-react';
declare const IconMaterialEventBusyW100Filled: React.ForwardRefExoticComponent<Omit<IIcon, "ref"> & React.RefAttributes<unknown>>;
export default IconMaterialEventBusyW100Filled;
