import { StickyProps } from "./types.js"; //#region src/sticky/sticky.d.ts declare const Sticky: { (props: StickyProps): JSX.Element; displayName: string; }; //#endregion export { Sticky }; //# sourceMappingURL=sticky.d.ts.map