declare const theme: (customColor?: any) => any;
declare type GuiTheme = typeof theme;
export { GuiTheme, theme };
