import { TdStickyProps } from './type'; import './style'; export declare const Sticky: import("react").FC; export type StickyProps = TdStickyProps; export default Sticky;