type propsType = { title: string; open: boolean; close: any; content: any; style?: any; footer?: any; width?: any; handleOK?: any; className?: string; }; export default function BAModal(props: propsType): import("react/jsx-runtime").JSX.Element; export {};