import { Theme } from "./type";
declare function useTheme(bgColor: string): Theme;
export default useTheme;
