export default Spinner; declare function Spinner({ type }: { type: any; }): import("react/jsx-runtime").JSX.Element;