import { IPSHtmlItem } from './ipshtml-item';
import { PSRawItemImplBase } from './psraw-item-impl-base';
export declare class PSHtmlItemImpl extends PSRawItemImplBase implements IPSHtmlItem {
get content(): string;
get cls(): string;
instanceof(cls: string): boolean;
}
//# sourceMappingURL=pshtml-item-impl.d.ts.map