import React from 'react'; import { SxProps, Theme } from '@mui/material'; declare type Props = { className?: string; sx?: SxProps; }; declare const OnBoardingCard: React.FC; export default OnBoardingCard;