import { Fragment, RenderScope, TypeManifest } from '../utils';
export declare function getTypeFragment(scope: Pick<RenderScope, 'nameApi'> & {
    docs?: string[];
    manifest: TypeManifest;
    name: string;
}): Fragment;
//# sourceMappingURL=type.d.ts.map