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