import { PartialDeep } from "type-fest"; import { Theme } from "../themes"; export declare const useTheme: () => [Theme, (theme: PartialDeep) => void];