import { ElementType } from 'react'; import { PolymorphicComponent, PolymorphicComponentProps } from '../PolymorphicComponent/index.js'; export declare type SpinnerProps = { children?: never; }; export declare type SpinnerConfig = PolymorphicComponentProps>; declare const defaultElement = "span"; export declare const createSpinner: = "span">({ className: configClassName, element: configElement, style: configStyle, ...config }: SpinnerConfig) => PolymorphicComponent; export {}; //# sourceMappingURL=createSpinner.d.ts.map