import React from "react"; export interface AffixProps { children: React.ReactElement; item: any; } export default function FAffix(props: AffixProps): JSX.Element;