import React from 'react'; import { BasicDialogProps } from './types.js'; /** * Component that renders a basic dialog with a title, body description, and a close button. * * @param {BasicDialogProps} props - Basic props of Dialog * * @category Component */ export declare const BasicDialog: React.FC;