/// interface TileProps { title?: string; footer?: string | JSX.Element; maxHeight?: string | number; } export default TileProps;