import { ForwardRefExoticComponent, PropsWithoutRef, ReactNode, RefAttributes } from 'react'; import { AlertDialogTrigger as VanillaAlertDialogTrigger, AlertDialogTriggerProperties as VanillaAlertDialogTriggerProperties } from '@pmndrs/uikit-default'; import { ClassListProperties } from '@react-three/uikit'; export { AlertDialogTrigger as VanillaAlertDialogTrigger } from '@pmndrs/uikit-default'; export type AlertDialogTriggerProperties = VanillaAlertDialogTriggerProperties & { children?: ReactNode; } & ClassListProperties; export declare const AlertDialogTrigger: ForwardRefExoticComponent & RefAttributes>;