/// <reference types="react" />
import type { SmartIndexBar } from './PropTypes';
declare const IndexBar: import("react").FC<SmartIndexBar>;
export { IndexBar };
export { SmartIndexBar, SmartIndexBarEvents, SmartIndexBarProps, SmartIndexBarSelectEvent, } from './PropTypes';
