import './style/index.js';
export type { StickyToolProps } from './StickyTool';
export type { StickyItemProps } from './StickyItem';
export * from './type';
export declare const StickyTool: import("react").FunctionComponent<import("./StickyTool").StickyToolProps & import("react").RefAttributes<HTMLDivElement>> & {
    StickyItem: import("react").ForwardRefExoticComponent<import("./StickyItem").StickyItemProps & import("react").RefAttributes<HTMLDivElement>>;
};
export default StickyTool;
