/// import { PortalProps } from '../portal'; export declare type AffixProps = Required>; export default function Affix(props: AffixProps): JSX.Element;