import { BoundingRect } from "@tandem/common"; import { SyntheticHTMLElement } from "@tandem/synthetic-browser"; export declare const fitBoundsInDocument: (element: SyntheticHTMLElement) => BoundingRect;