import type { IconProps } from '../types/index'; declare function SvgCamera(iconProps: IconProps): JSX.Element; declare namespace SvgCamera { var displayName: string; } export default SvgCamera;