import React from "react"; import type { FilterPickerContentProps } from "../../FilterPicker.types"; export declare function FilterPickerContent(props: FilterPickerContentProps): React.JSX.Element;