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