import React from 'react'; interface SmartImageProps { src: string; alt?: string; className?: string; onClick?: () => void; width?: number; height?: number; } export declare const SmartImage: React.FC; export default SmartImage; //# sourceMappingURL=SmartImage.d.ts.map