type NotationProps = { row: number; col: number; }; export declare function Notation({ row, col }: NotationProps): import("react/jsx-runtime").JSX.Element | null; export {};