import React from 'react'; import { BoxProps } from '../../atoms/box/index.js'; import { ModalProps } from './modal-props.js'; /** * Modal which can be rendered inline instead of a "modal" * * @memberof Modal * @component * @hideconstructor * @private * @section design-system */ export declare const ModalInline: React.FC>; export default ModalInline;