import { CreateWuiProps } from '../System';
export type BoxProps = Omit<CreateWuiProps<'div'>, 'dataTestId'>;
export declare const Box: import('../System').CreateWuiComponent<"div", BoxProps>;
