export declare const styles: { shared: { container: string; }; size: { small: { container: string; }; medium: { container: string; }; large: { container: string; }; }; variant: { primary: { container: string; }; }; }; export declare const BaseCallout: { (props: import("@button-inc/component-library/esm/Notification").Props): JSX.Element; Header(props: any): JSX.Element; Content(props: any): JSX.Element; Group(props: any): JSX.Element; Close(props: any): JSX.Element; }; export default function Callout(props: any): JSX.Element;