import { IconProps } from '../lib';
declare function Monitor(props: IconProps): JSX.Element;
export default Monitor;
