import { WithStyle } from '@medly-components/utils'; import type { FC } from 'react'; import { BoxProps } from './types'; export declare const Box: FC & WithStyle;