export declare function MultiValueFilter(props: { header: string; values: string[]; addText: string; }): import("react/jsx-runtime").JSX.Element;