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