///
export type { IndexBarProps, IndexBarRef } from './index-bar';
export type { IndexBarPanelProps } from './panel';
declare const _default: import("react").ForwardRefExoticComponent<{
sticky?: boolean | undefined;
onIndexChange?: ((index: string) => void) | undefined;
children?: import("react").ReactNode;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes> & {
Panel: import("react").FC;
};
export default _default;