export type HoverObjectBoxProps = { className?: string; left: number; top: number; width: number; height: number; transform: string; /** The editor hovers with a dashed line; the batch grid hovers with a solid one. */ outlineStyle?: "dashed" | "solid"; }; export declare const HoverObjectBox: ({ className, left, top, width, height, transform, outlineStyle, ...rest }: HoverObjectBoxProps) => import("react").JSX.Element; //# sourceMappingURL=HoverObjectBox.d.ts.map