import type { TSinchIconBrandedElement, TSinchIconBrandedReact, TSinchIconBrandedProps } from '../types'; export * from '../types'; export declare const IconBrandedBellNotification: CustomElementConstructor; declare global { interface NectaryComponentMap { 'sinch-icon-branded-bell-notification': { props: TSinchIconBrandedProps; }; } interface HTMLElementTagNameMap { 'sinch-icon-branded-bell-notification': TSinchIconBrandedElement; } namespace JSX { interface IntrinsicElements { 'sinch-icon-branded-bell-notification': TSinchIconBrandedReact; } } } declare module 'react' { namespace JSX { interface IntrinsicElements extends globalThis.JSX.IntrinsicElements { 'sinch-icon-branded-bell-notification': TSinchIconBrandedReact; } } }