export declare const buttonRegistry: { button: { 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; }; }; 'button-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; }; }; 'button-variants': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'button-sizes': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'button-with-icons': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'button-icon-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; }; }; 'button-loading': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'button-disabled': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'button-custom': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; 'button-animation': { name: string; description: string; type: string; registryDependencies: string[]; hooks: never[]; theme: never[]; files: { type: string; path: string; target: string; }[]; preview: { light: string; dark: string; }; }; };