import { BoxProps } from "../Box"; export declare const Sticky: (props: BoxProps) => JSX.Element;