import { LiteElement } from './Element.js'; export declare class LiteDocument { root: LiteElement; head: LiteElement; body: LiteElement; readonly kind: string; constructor(); }