import { Condition, Conditional } from './types';
export declare const useConditional: <T>(conditions: Condition<T>[]) => Conditional<T>;
