/// import { IconProps } from '../../types'; declare const Monitor: (allProps: IconProps) => JSX.Element; export default Monitor;