import type { CameraKitDeviceOptions } from "./CameraKitSource";
import { CameraKitSource } from "./CameraKitSource";
/**
 * Create a {@link CameraKitSource} from an
 * [HTMLImageElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement).
 *
 * @param image Image element.
 * @param options Options.
 *
 * @category Rendering
 */
export declare function createImageSource(image: HTMLImageElement, options?: Partial<CameraKitDeviceOptions>): CameraKitSource;
//# sourceMappingURL=ImageSource.d.ts.map