type ScrollLogicalPosition = 'start' | 'center' | 'end' | 'nearest'; export declare const scrollToView: (id: string | null | undefined, block?: ScrollLogicalPosition, retries?: number) => void; export {};