declare const Demo: ({ confirmOnClose }: { confirmOnClose?: boolean | undefined; }) => import("react/jsx-runtime").JSX.Element; export default Demo;