import { type LazyExoticComponent } from 'react'; import type { GiveKudosDrawerProps } from '../../types'; export declare const GiveKudosLauncherLazy: LazyExoticComponent<(props: GiveKudosDrawerProps) => JSX.Element>;