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