export declare interface FwImageProps { src?: string; alt?: string; type?: 'native' | 'background'; rounded?: boolean; imageClass?: string; threshold?: number; enableErrors?: boolean; }