import './style/index.js';
export type { AffixProps, AffixRef } from './Affix';
export * from './type';
export declare const Affix: import("react").ForwardRefExoticComponent<import("./Affix").AffixProps & import("react").RefAttributes<import("./Affix").AffixRef>>;
export default Affix;