export interface AffixProps { children: string; } declare const Affix: React.FC; export default Affix;