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