import React from "react";
type Props = {
    visible: boolean;
};
declare const SquareCellIndicator: React.FC<Props>;
export default SquareCellIndicator;
