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