import { ConditionalOperatorProps } from './conditionalOperator.types'; export { VALUE_OR, VALUE_AND, type ConditionalOperatorOption, type ConditionalOperatorProps } from './conditionalOperator.types'; export declare const ConditionalOperator: { ({ name, value, onChange, options: optionsProp, ...props }: ConditionalOperatorProps): import("react/jsx-runtime").JSX.Element; displayName: string; VALUE_OR: string; VALUE_AND: string; } & { VALUE_OR: string; VALUE_AND: string; }; export default ConditionalOperator;