import { ParsedGoroutine } from './stacktrace';
export declare function goroutineStateBadge(state: string): string;
export declare function goroutineStateDot(state: string): string;
export type GoroutineCardProps = {
    goroutine: ParsedGoroutine;
    search: string;
    hideRuntimeOnly: boolean;
};
export declare function GoroutineCard({ goroutine, search, hideRuntimeOnly }: GoroutineCardProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=GoroutineCard.d.ts.map