import type { V1Ingress } from '@kubernetes/client-node'; export declare const IngressDrawer: ({ ingress, expanded, }: { ingress: V1Ingress; expanded?: boolean; }) => import("react/jsx-runtime").JSX.Element;