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