/// import { IntersectionTypeReflection, UnionTypeReflection } from '@tygen/reflector'; import { PrettyCode } from '../prettier'; export declare class IntersectionTypePre extends PrettyCode<{ reflection: IntersectionTypeReflection | UnionTypeReflection; }> { render(): JSX.Element; } //# sourceMappingURL=intersection.d.ts.map