import { AppContext } from "../../types";
export default function ({ themePath }: AppContext): Promise<string>;
