/// <reference types="react" />
export interface Reaction {
    node: React.ReactNode;
    label: string;
}
