import React from 'react';
import { Action, CallbackOnBackHandler } from './PropsType';
export default function a(title: React.ReactNode, content: React.ReactNode, actions?: Action[], onBackHandler?: CallbackOnBackHandler): number;
