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