import { ForwardRefExoticComponent, PropsWithoutRef, ReactNode, RefAttributes } from 'react'; import { AlertDialogFooter as VanillaAlertDialogFooter, AlertDialogFooterProperties as VanillaAlertDialogFooterProperties } from '@pmndrs/uikit-default'; import { ClassListProperties } from '@react-three/uikit'; export { AlertDialogFooter as VanillaAlertDialogFooter } from '@pmndrs/uikit-default'; export type AlertDialogFooterProperties = VanillaAlertDialogFooterProperties & { children?: ReactNode; } & ClassListProperties; export declare const AlertDialogFooter: ForwardRefExoticComponent & RefAttributes>;