import { type VoyagerProps } from './index'; export declare function renderVoyager(rootElement: HTMLElement, props: VoyagerProps): void; export * from './index';