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