/// <reference types="react" />
import { CellMaskProps } from './CellMask';
export default function SelectionRangeMask(props: CellMaskProps): JSX.Element;
