import Document from "@atjson/document"; export default class PRISMSource extends Document { static contentType: string; static schema: (typeof import("@atjson/source-html").Anchor | typeof import("@atjson/source-html").Abbreviation | typeof import("@atjson/source-html").Address | typeof import("@atjson/source-html").Area | typeof import("@atjson/source-html").Article | typeof import("@atjson/source-html").Aside | typeof import("@atjson/source-html").Audio | typeof import("@atjson/source-html").Bold | typeof import("@atjson/source-html").Base | typeof import("@atjson/source-html").TextDirectionIsolation | typeof import("@atjson/source-html").TextDirectionOverride | typeof import("@atjson/source-html").Blockquote | typeof import("@atjson/source-html").Body | typeof import("@atjson/source-html").LineBreak | typeof import("@atjson/source-html").Button | typeof import("@atjson/source-html").Canvas | typeof import("@atjson/source-html").Caption | typeof import("@atjson/source-html").Cite | typeof import("@atjson/source-html").CneEventRegistrationEmbed | typeof import("@atjson/source-html").Code | typeof import("@atjson/source-html").Column | typeof import("@atjson/source-html").ColumnGroup | typeof import("@atjson/source-html").Data | typeof import("@atjson/source-html").DataList | typeof import("@atjson/source-html").DescriptionDefinition | typeof import("@atjson/source-html").Delete | typeof import("@atjson/source-html").Details | typeof import("@atjson/source-html").Definition | typeof import("@atjson/source-html").Dialog | typeof import("@atjson/source-html").Div | typeof import("@atjson/source-html").DescriptionList | typeof import("@atjson/source-html").DescriptionTerm | typeof import("@atjson/source-html").Emphasis | typeof import("@atjson/source-html").Embed | typeof import("@atjson/source-html").Fieldset | typeof import("@atjson/source-html").FigureCaption | typeof import("@atjson/source-html").Figure | typeof import("@atjson/source-html").FireworkEmbed | typeof import("@atjson/source-html").Footer | typeof import("@atjson/source-html").Form | typeof import("@atjson/source-html").H1 | typeof import("@atjson/source-html").H2 | typeof import("@atjson/source-html").H3 | typeof import("@atjson/source-html").H4 | typeof import("@atjson/source-html").H5 | typeof import("@atjson/source-html").H6 | typeof import("@atjson/source-html").Head | typeof import("@atjson/source-html").Header | typeof import("@atjson/source-html").HeadingGroup | typeof import("@atjson/source-html").HorizontalRule | typeof import("@atjson/source-html").Html | typeof import("@atjson/source-html").Italic | typeof import("@atjson/source-html").Iframe | typeof import("@atjson/source-html").Image | typeof import("@atjson/source-html").Input | typeof import("@atjson/source-html").Insert | typeof import("@atjson/source-html").Keyboard | typeof import("@atjson/source-html").Label | typeof import("@atjson/source-html").Legend | typeof import("@atjson/source-html").ListItem | typeof import("@atjson/source-html").Link | typeof import("@atjson/source-html").Main | typeof import("@atjson/source-html").HTMLMap | typeof import("@atjson/source-html").Mark | typeof import("@atjson/source-html").Menu | typeof import("@atjson/source-html").Meta | typeof import("@atjson/source-html").Meter | typeof import("@atjson/source-html").Navigation | typeof import("@atjson/source-html").NoScript | typeof import("@atjson/source-html").HTMLObject | typeof import("@atjson/source-html").OrderedList | typeof import("@atjson/source-html").OptionGroup | typeof import("@atjson/source-html").Option | typeof import("@atjson/source-html").Output | typeof import("@atjson/source-html").Paragraph | typeof import("@atjson/source-html").Param | typeof import("@atjson/source-html").Picture | typeof import("@atjson/source-html").PreformattedText | typeof import("@atjson/source-html").Progress | typeof import("@atjson/source-html").Quote | typeof import("@atjson/source-html").RubyParenthesis | typeof import("@atjson/source-html").RubyText | typeof import("@atjson/source-html").Ruby | typeof import("@atjson/source-html").Strikethrough | typeof import("@atjson/source-html").Sample | typeof import("@atjson/source-html").Script | typeof import("@atjson/source-html").Section | typeof import("@atjson/source-html").Select | typeof import("@atjson/source-html").Slot | typeof import("@atjson/source-html").Small | typeof import("@atjson/source-html").Source | typeof import("@atjson/source-html").Span | typeof import("@atjson/source-html").Strong | typeof import("@atjson/source-html").Style | typeof import("@atjson/source-html").Subscript | typeof import("@atjson/source-html").Summary | typeof import("@atjson/source-html").Superscript | typeof import("@atjson/source-html").Table | typeof import("@atjson/source-html").TableBody | typeof import("@atjson/source-html").TableData | typeof import("@atjson/source-html").Template | typeof import("@atjson/source-html").Textarea | typeof import("@atjson/source-html").TableFooter | typeof import("@atjson/source-html").TableHeading | typeof import("@atjson/source-html").TableHeader | typeof import("@atjson/source-html").Time | typeof import("@atjson/source-html").Title | typeof import("@atjson/source-html").TableRow | typeof import("@atjson/source-html").Track | typeof import("@atjson/source-html").Underline | typeof import("@atjson/source-html").UnorderedList | typeof import("@atjson/source-html").Variable | typeof import("@atjson/source-html").Video | typeof import("@atjson/source-html").LineBreakOpportunity)[]; static fromRaw(xml: string): PRISMSource; } //# sourceMappingURL=source.d.ts.map