/// <reference types="react" />
import { StickyProps } from './sticky.type';
declare const _default: (props: StickyProps) => JSX.Element;
export default _default;
