import React from 'react'; import { StickyProps } from './PropsType'; declare const Sticky: React.FC; export default Sticky;