import { Screen } from '../Screen'; export declare class Factory { create(): Screen; }