import './style'; export type { IndexesProps } from './Indexes'; export type { IndexesAnchorProps } from './IndexesAnchor'; export * from './type'; export declare const Indexes: import("react").FC; export declare const IndexesAnchor: import("react").FC; export default Indexes;