/** * This component renders a scroll button that changes based on the scroll direction */ export declare const TabsScrollButton: ({ direction, slots, slotProps, ownerState, ...rest }: { [x: string]: any; direction: any; slots: any; slotProps: any; ownerState: any; }) => import("react/jsx-runtime").JSX.Element;