import { View, BusinessComponent, TypeAnnotation } from '../index'; export declare const genNaslCurrentDynamicType: (itemTy: TypeAnnotation, columnItemTy: TypeAnnotation) => TypeAnnotation; export declare function getItemTypeFromDataSourceTypeAnnotation(ctx: View | BusinessComponent, typeAnnotation: TypeAnnotation): TypeAnnotation; export declare const genNaslCurrentType: (ty: TypeAnnotation) => TypeAnnotation; //# sourceMappingURL=genSlotVarRef.d.ts.map