import Sticky from './Sticky'; export default Sticky; export { Sticky }; export type { StickyProps, StickyPosition } from './PropsType';