/// import { IndexTypeReflection } from '@tygen/reflector'; import { PrettyCode } from '../prettier'; export declare class IndexTypePre extends PrettyCode<{ reflection: IndexTypeReflection; }> { render(): JSX.Element; } //# sourceMappingURL=index-type.d.ts.map