import React from 'react'; import { BoxProps } from './types'; export * from './types'; export declare const systemProps: import("styled-system").styleFn; export declare const StyledBox: import("styled-components").StyledComponent<"div", any, BoxProps, never>; declare const Box: React.ForwardRefExoticComponent & React.RefAttributes>; export { Box };