import type { ReactNode } from "react"; interface ViewStateProps { message: string; color?: string; } /** A non-document view state that preserves the viewer's normal quit command. */ export declare const ViewState: ({ message, color }: ViewStateProps) => ReactNode; export {}; //# sourceMappingURL=view-state.d.ts.map