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