import * as React from "react";
import type { Props } from "./types";
declare const CallOutBanner: ({ children, illustration, actions, title, onClick, tabIndex, description, dataTest, id, }: Props) => React.JSX.Element;
export default CallOutBanner;
