import { FunctionComponent } from 'react';
import { TaroStickyProps } from "../../types";
export declare const Sticky: FunctionComponent<Partial<TaroStickyProps>>;
