import React from 'react'; import { AffixProps } from './type'; export type { AffixProps }; declare const Affix: React.FC; export default Affix;