declare type PaperProps = { width?: number | string; }; declare const Paper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & PaperProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export default Paper;