export declare const useChessboardProps: () => import("./index").ChessboardProps & Required> & { pieceSize: number; } & { colors: Required<{ white: string; black: string; lastMoveHighlight?: string | undefined; checkmateHighlight?: string | undefined; promotionPieceButton?: string | undefined; }>; durations: Required<{ move?: number | undefined; }>; };