import OriginAffixNav from './AffixNav';
import Item from './Item';
declare type OriginAffixNavType = typeof OriginAffixNav;
interface AffixNavInterface extends OriginAffixNavType {
Item: typeof Item;
}
declare const AffixNav: AffixNavInterface;
export default AffixNav;