import { Theme } from '@material-ui/core'; import { ThemeOptions } from '@material-ui/core/styles/createMuiTheme'; import './GecoTheme'; export declare function createGecoTheme(options: ThemeOptions): Theme;