import React from 'react'; import { PrimaryAttribute } from './common'; export declare const PrimaryAttributeImage: React.ForwardRefExoticComponent<{ value: PrimaryAttribute; } & Omit, "sizes" | "src" | "srcSet" | "alt"> & React.RefAttributes>;