/**
 * Web Modal Component
 *
 */
import React from 'react';
import type { SectionAllProps } from '../../Section';
export type ModalInnerProps = SectionAllProps;
declare function ModalInner(props: ModalInnerProps & React.HTMLProps<HTMLElement>): import("react/jsx-runtime").JSX.Element;
export default ModalInner;
