import { Component } from './types'; export declare const getComponentName: (component: Component) => string; export declare function scrollToElement(element: any, block?: string): void;