import React from 'react';
import { StickyProps } from './type';
declare const Sticky: {
    ({ as, className, context, setSize, pushing, topOffset, bottomOffset, children, style, ...props }: StickyProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
    displayName: string;
};
export default Sticky;
