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