export default showAnalyticsNotification;
/**
 * Analytics notice for the end-user
 */
declare function showAnalyticsNotification(config?: {
    padding: number;
    borderColor: string;
    borderStyle: string;
}, message?: string): void;
//# sourceMappingURL=show-notification.d.ts.map