import type { PProps } from './P';
declare const Ingress: (props: PProps) => import("react/jsx-runtime").JSX.Element;
export default Ingress;
