import type { CustomContent, ContentRenderer } from "../../types.js"; import type { SubviewProps } from "./types.js"; import type { ReactNode } from "react"; interface CustomSubviewProps extends SubviewProps { content: CustomContent; renderers?: Record; } export declare const CustomSubview: ({ content, decorations, actions, renderers, ...screen }: CustomSubviewProps) => ReactNode; export {}; //# sourceMappingURL=custom-subview.d.ts.map