import { ParsedThread } from './jvm-stacktrace';
export declare function threadStateBadge(state: string): string;
export declare function threadStateDot(state: string): string;
export type ThreadCardProps = {
    thread: ParsedThread;
    search: string;
    hideRuntimeOnly: boolean;
};
export declare function ThreadCard({ thread, search, hideRuntimeOnly }: ThreadCardProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ThreadCard.d.ts.map