import AwaitedHandler from '../AwaitedHandler'; import AwaitedPath from '../AwaitedPath'; import { IHTMLParagraphElementIsolate } from '../interfaces/isolate'; export declare const getState: (instance: IHTMLParagraphElementIsolate) => IHTMLParagraphElementIsolateProperties, setState: (instance: IHTMLParagraphElementIsolate, properties: Partial) => void; export declare const awaitedHandler: AwaitedHandler; export default class HTMLParagraphElementIsolate implements IHTMLParagraphElementIsolate { get align(): Promise; } export interface IHTMLParagraphElementIsolateProperties { awaitedPath: AwaitedPath; awaitedOptions: any; readonly align?: Promise; } export declare const HTMLParagraphElementIsolatePropertyKeys: string[]; export declare const HTMLParagraphElementIsolateConstantKeys: never[];