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").Area | typeof import("@atjson/source-html").Audio | typeof import("@atjson/source-html").Base | typeof import("@atjson/source-html").Blockquote | typeof import("@atjson/source-html").Button | typeof import("@atjson/source-html").Canvas | typeof import("@atjson/source-html").Column | typeof import("@atjson/source-html").Data | typeof import("@atjson/source-html").Delete | typeof import("@atjson/source-html").Details | typeof import("@atjson/source-html").Embed | typeof import("@atjson/source-html").Fieldset | typeof import("@atjson/source-html").Form | typeof import("@atjson/source-html").Html | typeof import("@atjson/source-html").Iframe | typeof import("@atjson/source-html").Image | typeof import("@atjson/source-html").Input | typeof import("@atjson/source-html").Label | typeof import("@atjson/source-html").Link | typeof import("@atjson/source-html").HTMLMap | typeof import("@atjson/source-html").Meta | typeof import("@atjson/source-html").Meter | 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").Param | typeof import("@atjson/source-html").Progress | typeof import("@atjson/source-html").Script | typeof import("@atjson/source-html").Select | typeof import("@atjson/source-html").Source | typeof import("@atjson/source-html").Style | typeof import("@atjson/source-html").TableData | typeof import("@atjson/source-html").Textarea | typeof import("@atjson/source-html").TableHeading | typeof import("@atjson/source-html").Time | typeof import("@atjson/source-html").Track | typeof import("@atjson/source-html").Video)[]; static fromRaw(xml: string): PRISMSource; } //# sourceMappingURL=source.d.ts.map