import type { AddonProps } from "../../../shared/types"; import { ControlState } from "../../../shared/types"; export declare const getQuery: (locationSearch: string, controlState: ControlState) => { [key: string]: any; }; export declare const Button: ({ globalState, dispatch }: AddonProps) => import("react/jsx-runtime").JSX.Element;