import React from 'react'; import { PaperProps } from '@material-ui/core'; declare const Paper: React.ElementType; export { Paper };