declare const _default: { title: string; component: ({ inputScript, inputBindings }: { inputScript?: string | undefined; inputBindings?: {} | undefined; }) => import("react/jsx-runtime").JSX.Element; }; export default _default; export declare const Between: { args: { inputScript: string; }; }; export declare const EqualTo: { args: { inputScript: string; }; }; export declare const InNotIn: { args: { inputScript: string; }; }; export declare const InNotInDataset: { args: { inputScript: string; inputBindings: { ELEMENTS: { dataStructure: { name: string; type: string; role: string; }[]; dataPoints: string[][]; }; }; }; }; export declare const IsNull: { args: { inputScript: string; inputBindings: { test: null; }; }; }; export declare const LessThan: { args: { inputScript: string; }; }; export declare const LessThanOrEqualTo: { args: { inputScript: string; }; }; export declare const NotEqualTo: { args: { inputScript: string; }; }; export declare const MatchCharacters: { args: { inputScript: string; }; }; export declare const MoreThan: { args: { inputScript: string; }; }; export declare const MoreThanOrEqualTo: { args: { inputScript: string; }; };