import { PaperProps } from "./Paper.types.js";
import * as _$react from "react";

//#region src/components/Paper/Paper.d.ts
declare const Paper: _$react.ForwardRefExoticComponent<PaperProps & _$react.RefAttributes<HTMLElement | null>>;
//#endregion
export { Paper };
//# sourceMappingURL=Paper.d.ts.map