import { ProviderProps } from '@reactour/tour'; interface Props { open: boolean; } export default function Tour({ steps, open, children, ...props }: ProviderProps & Props): import("react/jsx-runtime").JSX.Element; export {};