import { AppContextState } from "./context"; export declare type State = Omit & { theme: string; }; export declare const App: () => JSX.Element;