export declare const pieChartRegistry: { 'pie-chart': { name: string; description: string; type: string; dependencies: string[]; registryDependencies: never[]; hooks: string[]; theme: string[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'pie-chart-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; }; }; 'pie-chart-sample': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'pie-chart-styled': { name: string; description: string; type: string; registryDependencies: string[]; hooks: string[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'pie-chart-large': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; };