import { NotificationOptInModalPropsType } from '../types'; declare const NotificationOptInModal: { ({ notificationIcon, dropdownIcon, thumborSetting, value, classes, onClick, isInputDisabled, onOptInFailed, }: NotificationOptInModalPropsType): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { onClick: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; onOptInFailed: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; notificationIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; dropdownIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; value: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; thumborSetting: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; isInputDisabled: { defaultValue: { value: boolean; }; description: string; name: string; required: boolean; type: { name: string; }; }; classes: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default NotificationOptInModal;