import { JSX } from 'preact';
declare const Overlay: (props: {
    children: preact.ComponentChildren;
    closeFunc?: ((error?: Error) => void) | undefined;
}) => JSX.Element;
export { Overlay };
