import VisualSelection from '../visualSelection'; /** * Creates the new instance of Selection responsible for highlighting area of the selected multiple cells. * * @param {object} highlightParams A configuration object to create a highlight. * @param {object} highlightParams.areaCornerVisible Function to determine if area's corner should be visible. * @returns {Selection} */ export declare function createHighlight({ areaCornerVisible, ...restOptions }: Record): VisualSelection;