import { JSX, JSXElement } from 'solid-js'; export declare function MalloyModal(props: { style?: string | JSX.CSSProperties; children?: JSXElement; ref?: HTMLDivElement | ((el: HTMLDivElement) => void); }): JSX.Element;