import { Rectangle } from '@vertexvis/geometry'; export declare function isVertexViewerCircleMarkup(el: unknown): el is HTMLVertexViewerMarkupCircleElement; export declare function parseBounds(value: string | Rectangle.Rectangle | undefined): Rectangle.Rectangle | undefined;