/// import { AllSystemProps } from "../systemHelpers"; export declare type BoxProps = AllSystemProps; export declare const Box: import("styled-components").StyledComponent<"div", any, import("react").PropsWithChildren, never>;