import { ReactNode } from "react"; type Props = { children: ReactNode; }; export declare function SpinningBorder({ children }: Props): import("react/jsx-runtime").JSX.Element; export {};