import React from 'react'; import type { BoxProps } from './types'; /** * @deprecated Use styled.div`` instead. If you need responsive properties, use the `mediaForBreakpoint` utility */ export declare const Box: React.ForwardRefExoticComponent>; export type { BoxProps };