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