import { StickyProps } from './sticky.type'; export declare const defaultZIndex = 900; declare const Sticky: (props: StickyProps) => import("react/jsx-runtime").JSX.Element; export default Sticky; //# sourceMappingURL=sticky.d.ts.map