import { CSSProperties } from "react";
export declare const gameCardShadow: CSSProperties;
export declare const imgBoxShadow: CSSProperties;
export declare const textOutline: {
    black: {
        textShadow: string;
    };
    blackThick: {
        textShadow: string;
    };
    blackHalf: {
        textShadow: string;
    };
    white: {
        textShadow: string;
    };
    whiteHalf: {
        textShadow: string;
    };
    shadow: {
        textShadow: string;
    };
};
export declare const cardPaper: CSSProperties;
export declare const sxInfo: CSSProperties;
export declare const selectedGlow = "0 0 10px rgba(0, 255, 0, 1), 0 0 20px 5px rgba(0, 175, 0, 0.8),\n    0 0 30px 15px rgba(0, 225, 0, 0.5)";
