import type React from 'react'; import type { IButtonComponentType } from './types'; export declare function createButton({ Root, Text, Group, Spinner, Icon, }: { Root: React.ComponentType; Text: React.ComponentType; Group: React.ComponentType; Spinner: React.ComponentType; Icon: React.ComponentType; }): IButtonComponentType; //# sourceMappingURL=index.d.ts.map