import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; import type { ISpinnerProps } from "./Spinner.types"; export declare type ISpinner = BsPrefixRefForwardingComponent<"div", ISpinnerProps>; export declare const Spinner: ISpinner; export type { ISpinnerProps } from "./Spinner.types"; export default Spinner;