export declare const scrollViewRegistry: { 'scroll-view': { name: string; description: string; type: string; dependencies: never[]; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'scroll-view-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; }; }; 'scroll-view-vertical': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'scroll-view-horizontal': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'scroll-view-nested': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'scroll-view-refresh': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'scroll-view-styled': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'scroll-view-indicators': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'scroll-view-inset': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; };