import { ThemeDef } from '../../../types'; interface IOptions { cwd: string; } export default function (theme: string | ThemeDef, opts?: Partial): any; export {};