import { ComponentProps, PropsWithChildren } from "react"; import { WithTestID } from "../../utils/types"; import { AlertEdgeToEdge } from "./AlertEdgeToEdge"; type AlertEdgeToEdgeWrapperProps = PropsWithChildren; }>>; export declare const AlertEdgeToEdgeWrapper: ({ children, alertProps }: AlertEdgeToEdgeWrapperProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=AlertEdgeToEdgeWrapper.d.ts.map