declare const Spinner: ({ width }: {
    width?: number | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export default Spinner;
