import type React from "react";
import { type CSSProperties } from "react";
interface Props {
    outlineColor?: string;
    outlineThickness?: number;
    cardBgColor: string;
    textColor?: string;
    cardCssOverride?: CSSProperties;
    instructionCssOverride?: CSSProperties;
}
export declare const LoadGameInstruction: React.FC<Props>;
export {};
//# sourceMappingURL=LoadGameInstruction.d.ts.map