import { JSONSchema, ValidateFunction } from '../../validation'; export declare enum PreviewCamera { STATIC = "static", INTERACTIVE = "interactive" } /** @alpha */ export declare namespace PreviewCamera { const schema: JSONSchema; const validate: ValidateFunction; } //# sourceMappingURL=preview-camera.d.ts.map