import { FC, PropsWithChildren, PropsWithRef } from 'react'; import { BoxProps } from '../box/box.types'; export declare const Box: FC>>; export * from '../box/box.types';