import { SxProps, Theme } from '@mui/material'; interface Props { sx?: SxProps; onClick: () => void; isFirstCreditClass?: boolean; } export declare const CreateCreditClassCard: ({ sx, onClick, isFirstCreditClass, }: Props) => JSX.Element; export {};