import React from "react"; import { ObjectFit } from "./types"; interface Props { base64: string; url: string; objectFit: ObjectFit; objectPosition: string; stylePlaceholder?: string; imageFinished: boolean; } declare const _default: React.NamedExoticComponent; export default _default;