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