import { styled } from '@mui/material';
export var OutputLocationWrapper = styled('div')({
display: 'flex',
flexDirection: 'column',
rowGap: 15
});
export var OutputLocationBody = styled('div')({
width: '100%',
height: 205,
backgroundColor: '#ECECFB',
borderRadius: 15
});