declare const Demo: ({ onFinish }: { onFinish: any; }) => import("react/jsx-runtime").JSX.Element; export default Demo;