import type { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; export declare function createSpinner({ Root, }: { Root: React.ComponentType; }): ForwardRefExoticComponent & RefAttributes>; //# sourceMappingURL=index.d.ts.map