import { IconProps } from '../lib';
declare function DeviceMobileCamera({ weight, color, size, style }: IconProps): JSX.Element;
export default DeviceMobileCamera;
