import React from "react"; declare global { namespace JSX { interface IntrinsicElements { "pb-eco-border": React.HTMLProps; } } } interface Props { color: string; zIndex: number; } export declare const ElementControlsOverlayBorders: (props: Props) => React.JSX.Element; export {};