import React from 'react';
import { StickyProps } from './Props';
export declare const Provider: React.Provider<{}>;
export declare const consumer: (Origin: React.ComponentType<StickyProps>) => (props: StickyProps) => JSX.Element;
