type NotationProps = {
    file: string;
    rank: string;
    showNumbers: boolean;
    showLetters: boolean;
    squareColor: "white" | "black";
};
export declare function Notation({ file, rank, showNumbers, showLetters, squareColor }: NotationProps): import("react/jsx-runtime").JSX.Element;
export {};
