import { UtilInterface } from '../../util/interfaces';
export interface ThemeChangerProps extends UtilInterface {
}
