import { ThemeInterface } from "../themes/ThemeInterface";
export default function Theme(theme: ThemeInterface): (target: Function) => void;
