interface ProactiveOutreachBannerProps { message: string; actionLabel?: string; onAction?: () => void; onDismiss?: () => void; style?: object; } export declare function ProactiveOutreachBanner({ message, actionLabel, onAction, onDismiss, style }: ProactiveOutreachBannerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ProactiveOutreachBanner.d.ts.map