///
import { BackgroundProps, BorderProps, ColorProps, FlexboxProps, LayoutProps, PositionProps, ShadowProps, SpaceProps } from "styled-system";
export declare const systemProps: import("styled-system").styleFn;
export declare type BoxProps = SpaceProps & ColorProps & LayoutProps & FlexboxProps & BackgroundProps & BorderProps & PositionProps & ShadowProps & {
elevation?: number;
};
declare const Box: import("styled-components").StyledComponent;
export default Box;