import type { TOC } from '@ember/component/template-only'; export declare const ModifierSignature: TOC<{ Args: { /** * Which module to import the type from */ module: string; /** * The name of the component to render the type / JSDoc of */ name: string; /** * The name of the package to lookup the module and export name. */ package: string; }; }>; //# sourceMappingURL=modifier.d.ts.map