import { ThemeInterface } from "./ThemeInterface";
export default class Muted extends ThemeInterface {
    getCss(): any;
    css(): string;
}
