/// import { ReflectionWithIndexSignatures } from '@tygen/reflector'; import { PrettyCode } from './prettier'; export declare class IndexSignaturesPre extends PrettyCode<{ reflection: ReflectionWithIndexSignatures; }> { render(): (JSX.Element | undefined)[] | null; } //# sourceMappingURL=index-signatures.d.ts.map