import { ChessboardOptions } from './ChessboardProvider.js'; type ChessboardProps = { options?: ChessboardOptions; }; export declare function Chessboard({ options }: ChessboardProps): import("react/jsx-runtime").JSX.Element; export {};