import * as React from 'react'; import { StickyProps } from './Sticky.types'; declare const Sticky: React.FunctionComponent; export default Sticky;