import { PropsWithChildren } from 'react'; export declare function ErrorMessage({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; export declare function ViewNotFound({ viewId }: { viewId: string; }): import("react/jsx-runtime").JSX.Element;