import { ForwardRefExoticComponent, PropsWithoutRef, ReactNode, RefAttributes } from 'react'; import { AlertDialogTitle as VanillaAlertDialogTitle, AlertDialogTitleProperties as VanillaAlertDialogTitleProperties } from '@pmndrs/uikit-default'; import { ClassListProperties } from '@react-three/uikit'; export { AlertDialogTitle as VanillaAlertDialogTitle } from '@pmndrs/uikit-default'; export type AlertDialogTitleProperties = VanillaAlertDialogTitleProperties & { children?: ReactNode; } & ClassListProperties; export declare const AlertDialogTitle: ForwardRefExoticComponent & RefAttributes>;