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