import { default as ts } from 'typescript'; import { TemplatePart } from './templateParts.ts'; import { JsxContext } from './types.ts'; import { JsxPropType } from './inferPropType.ts'; import { dynamicHtmlSymbol, dynamicSvgSymbol } from './config.ts'; /** * Handle the conversion for each JSX prop type */ export declare const convertProps: Record TemplatePart[]>; export declare function keyInitializerToExpression(initializer: ts.JsxAttributeValue | undefined, sourceFile: ts.SourceFile): ts.Expression;