type Props = { id: string; vertical?: boolean; autoplay?: number; }; declare const Zone: (props: Props) => import("react/jsx-runtime").JSX.Element; export default Zone;