import { IGenericCustomElementProps } from "../../types"; import { IFilterItemSchema } from "./types"; export declare const FilterItem: (props: IGenericCustomElementProps) => import("react/jsx-runtime").JSX.Element;