import { Theme } from '@material-ui/core'; import React from 'react'; export declare const useCustomTheme: () => { setTheme: React.Dispatch>; theme: Theme; };