// Modified from https://github.com/vuejs/core/blob/3be4e3cbe34b394096210897c1be8deeb6d748d8/packages/runtime-dom/src/jsx.ts#L771C1-L1048C2 interface SVGAttributes { style?: string height?: string width?: string // SVG Specific attributes 'accent-height'?: string accumulate?: 'none' | 'sum' additive?: 'replace' | 'sum' 'alignment-baseline'?: | 'auto' | 'baseline' | 'before-edge' | 'text-before-edge' | 'middle' | 'central' | 'after-edge' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'inherit' allowReorder?: 'no' | 'yes' alphabetic?: string amplitude?: string 'arabic-form'?: 'initial' | 'medial' | 'terminal' | 'isolated' ascent?: string attributeName?: string attributeType?: string autoReverse?: string azimuth?: string baseFrequency?: string 'baseline-shift'?: string baseProfile?: string bbox?: string begin?: string bias?: string by?: string calcMode?: string 'cap-height'?: string clip?: string 'clip-path'?: string clipPathUnits?: string 'clip-rule'?: string 'color-interpolation'?: string 'color-interpolation-filters'?: 'auto' | 'sRGB' | 'linearRGB' | 'inherit' 'color-profile'?: string 'color-rendering'?: string contentScriptType?: string contentStyleType?: string cursor?: string cx?: string cy?: string d?: string decelerate?: string descent?: string diffuseConstant?: string direction?: string display?: string divisor?: string 'dominant-baseline'?: string dur?: string dx?: string dy?: string edgeMode?: string elevation?: string 'enable-background'?: string end?: string exponent?: string externalResourcesRequired?: string fill?: string 'fill-opacity'?: string 'fill-rule'?: 'nonzero' | 'evenodd' | 'inherit' filter?: string filterRes?: string filterUnits?: string 'flood-color'?: string 'flood-opacity'?: string focusable?: string 'font-family'?: string 'font-size'?: string 'font-size-adjust'?: string 'font-stretch'?: string 'font-style'?: string 'font-variant'?: string 'font-weight'?: string format?: string from?: string fx?: string fy?: string g1?: string g2?: string 'glyph-name'?: string 'glyph-orientation-horizontal'?: string 'glyph-orientation-vertical'?: string glyphRef?: string gradientTransform?: string gradientUnits?: string hanging?: string 'horiz-adv-x'?: string 'horiz-origin-x'?: string href?: string ideographic?: string 'image-rendering'?: string in2?: string in?: string intercept?: string k1?: string k2?: string k3?: string k4?: string k?: string kernelMatrix?: string kernelUnitLength?: string kerning?: string keyPoints?: string keySplines?: string keyTimes?: string lengthAdjust?: string 'letter-spacing'?: string 'lighting-color'?: string limitingConeAngle?: string local?: string 'marker-end'?: string markerHeight?: string 'marker-mid'?: string 'marker-start'?: string markerUnits?: string markerWidth?: string mask?: string maskContentUnits?: string maskUnits?: string mathematical?: string mode?: string numOctaves?: string offset?: string opacity?: string operator?: string order?: string orient?: string orientation?: string origin?: string overflow?: string 'overline-position'?: string 'overline-thickness'?: string 'paint-order'?: string 'panose-1'?: string pathLength?: string patternContentUnits?: string patternTransform?: string patternUnits?: string 'pointer-events'?: string points?: string pointsAtX?: string pointsAtY?: string pointsAtZ?: string preserveAlpha?: string preserveAspectRatio?: string primitiveUnits?: string r?: string radius?: string refX?: string refY?: string renderingIntent?: string repeatCount?: string repeatDur?: string requiredExtensions?: string requiredFeatures?: string restart?: string result?: string rotate?: string rx?: string ry?: string scale?: string seed?: string 'shape-rendering'?: string slope?: string spacing?: string specularConstant?: string specularExponent?: string speed?: string spreadMethod?: string startOffset?: string stdDeviation?: string stemh?: string stemv?: string stitchTiles?: string 'stop-color'?: string 'stop-opacity'?: string 'strikethrough-position'?: string 'strikethrough-thickness'?: string string?: string stroke?: string 'stroke-dasharray'?: string 'stroke-dashoffset'?: string 'stroke-linecap'?: 'butt' | 'round' | 'square' | 'inherit' 'stroke-linejoin'?: 'miter' | 'round' | 'bevel' | 'inherit' 'stroke-miterlimit'?: string 'stroke-opacity'?: string 'stroke-width'?: string surfaceScale?: string systemLanguage?: string tableValues?: string targetX?: string targetY?: string 'text-anchor'?: string 'text-decoration'?: string textLength?: string 'text-rendering'?: string to?: string transform?: string u1?: string u2?: string 'underline-position'?: string 'underline-thickness'?: string unicode?: string 'unicode-bidi'?: string 'unicode-range'?: string 'unitsPer-em'?: string 'v-alphabetic'?: string values?: string 'vector-effect'?: string version?: string 'vert-adv-y'?: string 'vert-origin-x'?: string 'vert-origin-y'?: string 'v-hanging'?: string 'v-ideographic'?: string viewBox?: string viewTarget?: string visibility?: string 'v-mathematical'?: string widths?: string 'word-spacing'?: string 'writing-mode'?: string x1?: string x2?: string x?: string xChannelSelector?: string 'x-height'?: string xlinkActuate?: string xlinkArcrole?: string xlinkHref?: string xlinkRole?: string xlinkShow?: string xlinkTitle?: string xlinkType?: string xmlns?: string y1?: string y2?: string y?: string yChannelSelector?: string z?: string zoomAndPan?: string } type IllustrationData = { contents: string attrs: SVGAttributes } export declare const partialBlankBrush: IllustrationData export declare const partialBlankBrushContent: string export declare const partialBlankBrushCss: string export declare const partialBlank: IllustrationData export declare const partialBlankContent: string export declare const partialBlankCss: string export declare const underReview: IllustrationData export declare const underReviewContent: string export declare const underReviewCss: string export declare const partialError: IllustrationData export declare const partialErrorContent: string export declare const partialErrorCss: string export declare const reviewSuccess: IllustrationData export declare const reviewSuccessContent: string export declare const reviewSuccessCss: string export declare const reviewPending: IllustrationData export declare const reviewPendingContent: string export declare const reviewPendingCss: string export declare const noResults: IllustrationData export declare const noResultsContent: string export declare const noResultsCss: string export declare const serverError: IllustrationData export declare const serverErrorContent: string export declare const serverErrorCss: string export declare const imagePlaceholder: IllustrationData export declare const imagePlaceholderContent: string export declare const imagePlaceholderCss: string export declare const spotBarChart: IllustrationData export declare const spotBarChartContent: string export declare const spotBarChartCss: string export declare const spotFunnelChart: IllustrationData export declare const spotFunnelChartContent: string export declare const spotFunnelChartCss: string export declare const spotLineChart: IllustrationData export declare const spotLineChartContent: string export declare const spotLineChartCss: string export declare const spotMap: IllustrationData export declare const spotMapContent: string export declare const spotMapCss: string export declare const spotCleared: IllustrationData export declare const spotClearedContent: string export declare const spotClearedCss: string export declare const spotGaugeChart: IllustrationData export declare const spotGaugeChartContent: string export declare const spotGaugeChartCss: string export declare const spotLoadError: IllustrationData export declare const spotLoadErrorContent: string export declare const spotLoadErrorCss: string export declare const spotNoAccess: IllustrationData export declare const spotNoAccessContent: string export declare const spotNoAccessCss: string export declare const spotNoFavorites: IllustrationData export declare const spotNoFavoritesContent: string export declare const spotNoFavoritesCss: string export declare const spotNetworkError: IllustrationData export declare const spotNetworkErrorContent: string export declare const spotNetworkErrorCss: string export declare const spotImageError: IllustrationData export declare const spotImageErrorContent: string export declare const spotImageErrorCss: string export declare const spotNoInternet: IllustrationData export declare const spotNoInternetContent: string export declare const spotNoInternetCss: string export declare const reviewError: IllustrationData export declare const reviewErrorContent: string export declare const reviewErrorCss: string export declare const spotNoHistory: IllustrationData export declare const spotNoHistoryContent: string export declare const spotNoHistoryCss: string export declare const spotNoVideo: IllustrationData export declare const spotNoVideoContent: string export declare const spotNoVideoCss: string export declare const spotNoStore: IllustrationData export declare const spotNoStoreContent: string export declare const spotNoStoreCss: string export declare const spotPieChart: IllustrationData export declare const spotPieChartContent: string export declare const spotPieChartCss: string export declare const spotRelationshipChart: IllustrationData export declare const spotRelationshipChartContent: string export declare const spotRelationshipChartCss: string export declare const clientError: IllustrationData export declare const clientErrorContent: string export declare const clientErrorCss: string export declare const spotNoMessages: IllustrationData export declare const spotNoMessagesContent: string export declare const spotNoMessagesCss: string export declare const spotRadarChart: IllustrationData export declare const spotRadarChartContent: string export declare const spotRadarChartCss: string export declare const spotTryLater: IllustrationData export declare const spotTryLaterContent: string export declare const spotTryLaterCss: string export declare const notFound: IllustrationData export declare const notFoundContent: string export declare const notFoundCss: string export declare const spotNoImage: IllustrationData export declare const spotNoImageContent: string export declare const spotNoImageCss: string export declare const spotPresentation: IllustrationData export declare const spotPresentationContent: string export declare const spotPresentationCss: string export declare const spotWordCloud: IllustrationData export declare const spotWordCloudContent: string export declare const spotWordCloudCss: string export declare const spotNoContent: IllustrationData export declare const spotNoContentContent: string export declare const spotNoContentCss: string export declare const spotServerError: IllustrationData export declare const spotServerErrorContent: string export declare const spotServerErrorCss: string export declare const spotVideoError: IllustrationData export declare const spotVideoErrorContent: string export declare const spotVideoErrorCss: string export declare const spotNoResults: IllustrationData export declare const spotNoResultsContent: string export declare const spotNoResultsCss: string export declare const blank: IllustrationData export declare const blankContent: string export declare const blankCss: string export declare const partialForbidden: IllustrationData export declare const partialForbiddenContent: string export declare const partialForbiddenCss: string export declare const loading: IllustrationData export declare const loadingContent: string export declare const loadingCss: string export declare const forbidden: IllustrationData export declare const forbiddenContent: string export declare const forbiddenCss: string