import { Type } from 'io-ts';
export declare class RTTI_xhtmlType extends Type<string> {
    constructor();
}
export declare const RTTI_xhtml: RTTI_xhtmlType;
