import type { OnCloseProps } from '../../model/OnCloseProps'; export interface PhoneCallRequestDialogProps extends OnCloseProps { ok?: boolean; typeForm?: string; } export declare const PhoneCallRequestDialog: ({ onClose }: PhoneCallRequestDialogProps) => any;