export declare const globalStyles: {
    container: {
        zIndex: number;
        backgroundColor: string;
    };
    vibrancy: {
        zIndex: number;
        backgroundColor: string;
    };
    content: {
        zIndex: number;
        position: "absolute";
    };
};
//# sourceMappingURL=global.d.ts.map