import { ForwardRefExoticComponent, PropsWithoutRef, ReactNode, RefAttributes } from 'react'; import { AlertDialogHeader as VanillaAlertDialogHeader, AlertDialogHeaderProperties as VanillaAlertDialogHeaderProperties } from '@pmndrs/uikit-default'; import { ClassListProperties } from '@react-three/uikit'; export { AlertDialogHeader as VanillaAlertDialogHeader } from '@pmndrs/uikit-default'; export type AlertDialogHeaderProperties = VanillaAlertDialogHeaderProperties & { children?: ReactNode; } & ClassListProperties; export declare const AlertDialogHeader: ForwardRefExoticComponent & RefAttributes>;