///
extends React.Component
implements JavaApi { static readonly contextTypes: object; readonly context: AemComponentContext; getWcmmode(): string | undefined; getPath(): string; getSelectors(): string[]; isWcmEnabled(): boolean; getRegistry(): RootComponentRegistry; getOsgiService(name: string): ServiceProxy; getResourceModel(name: string, options?: ApiOptions): ServiceProxy; getRequestModel(name: string, options?: ApiOptions): ServiceProxy; getXssApi(): XssApi; protected getAemContext(): AemContext; protected getContainer(): Container; private getExtendedPath(options); }