/// <reference types="react" />
import type { SmartIndexAnchor } from './PropTypes';
declare const IndexAnchor: import("react").FC<SmartIndexAnchor>;
export { IndexAnchor };
export { SmartIndexAnchor, SmartIndexAnchorProps } from './PropTypes';
