export declare const carouselRegistry: { carousel: { 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; }; }; 'carousel-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; }; }; 'carousel-arrows': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'carousel-custom-width': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'carousel-images': { name: string; description: string; type: string; registryDependencies: string[]; dependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'carousel-cards': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'carousel-no-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; }; }; 'carousel-manual': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; };