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