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