import { PropsWithChildren } from 'react'; import type { PaperProps } from './PaperProps'; export default function Paper(props: PropsWithChildren): import("react/jsx-runtime").JSX.Element;