export declare const Style: {
    stackScreen: {
        position: "absolute";
        zIndex: number;
        height: string;
        width: string;
    };
};
