import React from 'react'; /** * Global warning banner shown when Outlook integration is disconnected. * Defaults to enabled so apps get the disconnected warning behavior out of the box. */ export declare const OutlookIntegrationBanner: ({ onConfigure, enabled, hideOnPaths, title, message, actionLabel, dismissible, renderInSubHeaderAction, }: { actionLabel: any; dismissible?: boolean; enabled?: boolean; hideOnPaths?: any[]; message: any; onConfigure: any; renderInSubHeaderAction?: boolean; title: any; }) => React.JSX.Element; export default OutlookIntegrationBanner; //# sourceMappingURL=OutlookIntegrationBanner.d.ts.map