import { RootEl } from './RootEl'; import { RootWindow } from './RootWindow'; export declare class RootFactory { static create(selector?: string): RootEl | RootWindow; }