import { FC, RefObject } from 'react'; type ScrollIndicatorProps = { anchor: RefObject; inContainer?: boolean; }; declare const ScrollIndicator: FC; export { ScrollIndicator };