import * as React from "react"; interface IContext { isLinkedCondition: boolean; renderPopover(children: React.ReactNode, filterAction: React.ReactNode, shoudShowSegment: boolean): void; } export declare const FiltrationConditionComponentContext: React.Context; export {};