import Paper from './Paper'; import type { PaperProps } from './Paper'; export type { PaperProps }; export default Paper;