import { AffixProps } from 'antd'; import React from 'react'; import './index.less'; interface AffixExtraProps { } declare const Affix: (props: AffixProps & AffixExtraProps) => React.JSX.Element; export { Affix };