import { Style } from './style'; export declare function applyStyleToRange(container: Node, uncontainedRange: Range, style: Style): Range;