import type { BoxProps } from '@mui/material';
import type { PropsWithChildren } from 'react';
export declare const ContractComponent: React.FC<PropsWithChildren<BoxProps>>;
