import { FC } from "react"; import { SpinnerProps } from "./Spinner.interface"; declare const Spinner: FC; export default Spinner;