import { type HTMLChakraProps } from "../../styled-system";
export interface StickyProps extends HTMLChakraProps<"div"> {
}
export declare const Sticky: import("../..").ChakraComponent<"div", {}>;
