import { FC } from "react"; /** * @see https://krpano.com/docu/xml/#layer.html */ export interface KrpanoImgProps { children?: React.ReactNode; } export declare const KrpanoImg: FC<KrpanoImgProps>; //# sourceMappingURL=Image.d.ts.map