import { default as React } from 'react'; import { ScrollbarProps } from 'react-custom-scrollbars'; import { BaseComponentProps } from '../../typings'; export interface OnChainScrollBarProps extends BaseComponentProps, ScrollbarProps { } declare const OnChainScrollBar: React.FC; export default OnChainScrollBar;