import {
  PaperProps,
} from '@material-ui/core/Paper';

export type IPaperProps = PaperProps;
