import { Box, Chip, Typography, useTheme } from "@mui/material"; interface Props { image: any; } export default function QuizTemplateCard({ image }: Props) { const theme = useTheme(); return ( Название шаблона ); }