export type JsxValidationError = { level: 'error' | 'warning'; type: 'dynamic-content' | 'structural'; message: string; }; export declare function dynamicContentError(message: string): JsxValidationError; export declare function structuralError(message: string): JsxValidationError; //# sourceMappingURL=errors.d.ts.map