import { Theme } from "../utils"; export declare const PostThreadNotFound: ({ error, theme, }: { error?: string; theme: Theme; }) => import("react").JSX.Element;