import { SectorProps } from '.'; export interface Props extends SectorProps { } export default function SectorBorders({ sector, styleManagerDataConfig }: Props): import("react/jsx-runtime").JSX.Element;