import React from "react"; import type { ClutchError } from "@clutch-sh/core"; interface PageLayoutProps { heading: string; error?: ClutchError; } declare const PageLayout: React.FC; export default PageLayout; //# sourceMappingURL=page-layout.d.ts.map