/** *
* {title} * * {content} * *
*/ export declare function details(title: string, content: string, cfg?: { open: boolean; }): string;