import type { TextSelectionLayerImplProps } from "./types.js"; declare const TextSelectionLayer: import("svelte").Component; type TextSelectionLayer = ReturnType; export default TextSelectionLayer;