import { CardMediaProps } from '@mui/material'; declare const Photo: ({ src, sx }: CardMediaProps) => JSX.Element; export { Photo };