import { type ComponentType } from 'react'; import { type VariantProps } from 'tailwind-variants'; export declare const Scroller: import("react").ForwardRefExoticComponent, { direction: { horizontal: string; vertical: string; both: string; }; styleType: { auto: string; scroll: string; }; }, undefined, import("tailwind-variants").TVReturnType<{ direction: { horizontal: string; vertical: string; both: string; }; styleType: { auto: string; scroll: string; }; }, undefined, "smarthr-ui-Scroller", import("tailwind-variants/dist/config").TVConfig<{ direction: { horizontal: string; vertical: string; both: string; }; styleType: { auto: string; scroll: string; }; }, { direction: { horizontal: string; vertical: string; both: string; }; styleType: { auto: string; scroll: string; }; }>, unknown, unknown, undefined>>> & { as?: string | ComponentType; } & { children?: import("react").ReactNode | undefined; } & Omit, HTMLDivElement>, "ref">, "tabIndex" | "direction" | "children" | "as" | "styleType"> & import("react").RefAttributes>;