import { Sticky } from './sticky';
export type { WebStickyProps as StickyProps } from "../../types";
export default Sticky;
