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