import { type ImgHTMLAttributes } from 'react';
export interface AuthenticatedImageProps extends Omit, 'src'> {
src: string;
onResolvedSrc?: (src: string) => void;
}
/** Renders protected daemon images using current owner/share auth headers. */
export declare function AuthenticatedImage({ src, onResolvedSrc, alt, ...props }: AuthenticatedImageProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=AuthenticatedImage.d.ts.map