import React from 'react'; import { StackProps } from '@mui/material/Stack'; declare const Stack: React.FC; export default Stack;