import * as React from 'react'; import { StickyPanelProps } from './types'; export declare const StickyPanel: React.FC;