/// <reference types="react" />
import type { SmartSticky } from './PropTypes';
declare const Sticky: import("react").FC<SmartSticky>;
export { Sticky };
export { SmartSticky, SmartStickyEvents, SmartStickyProps, SmartStickyScrollEventDetail, } from './PropTypes';
