export declare const cameraRegistry: { camera: { name: string; description: string; type: string; dependencies: string[]; registryDependencies: string[]; hooks: string[]; theme: string[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'camera-demo': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'camera-custom-controls': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'camera-picture-only': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'camera-video': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'camera-timer': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'camera-zoom': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'camera-settings': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; };