import type { SingleFilter } from "@fn-sphere/core"; import { type UpdateFilterOptions } from "../hooks/use-filter-select.js"; import type { CommonProps } from "./types.js"; export type FilterSelectProps = { rule: SingleFilter; } & UpdateFilterOptions & CommonProps; export declare const FilterSelect: { ({ rule, tryRetainArgs, ...props }: FilterSelectProps): import("react").JSX.Element; displayName: string; }; //# sourceMappingURL=filter-select.d.ts.map