import { Options } from './typings'; export declare const generate: (a: Options & { componentName: string; }) => Promise;