export declare const checkIsDisabled: (isDisabled: boolean | undefined, availableCellsByIndex: number[] | undefined, index: number) => boolean;