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