import React from 'react'; import { GeneImagePropsType } from '@brainly-gene/core'; export declare const NextImageImgproxyLoader: ({ ...props }: GeneImagePropsType & { originURL?: string; imgproxyLoaderBaseUrl?: string; }) => import("react/jsx-runtime").JSX.Element; declare const _default: React.NamedExoticComponent; export default _default;