import type { SpinnerProps } from '@joshk/react-spinners-css.types'; export declare function Hourglass({ color, size, className, style, }: SpinnerProps): import("react/jsx-runtime").JSX.Element;