import type { CSSProperties } from "react"; import type { SmartImageProps } from "./smart-image.types.js"; export declare function SmartImage(props: SmartImageProps): import("react").ReactElement>; //# sourceMappingURL=smart-image.d.ts.map