import './style/index.js';
export type { AnchorProps } from './Anchor';
export type { AnchorItemProps } from './AnchorItem';
export type { AnchorTargetProps } from './AnchorTarget';
export * from './type';
export declare const Anchor: import("react").FunctionComponent<import("./Anchor").AnchorProps & import("react").RefAttributes<HTMLDivElement>> & {
    AnchorItem: import("react").FunctionComponent<import("./AnchorItem").AnchorItemProps>;
    AnchorTarget: import("react").FunctionComponent<import("./AnchorTarget").AnchorTargetProps>;
};
export default Anchor;
