import * as React from "react"; import { FilterTriggerProps } from "../types"; /** * The invisible component to include the inner button for triggering Filter Dropdown * @param props FilterTriggerProps * @returns */ declare const Trigger: React.FC; export default Trigger;