declare const scrollToElement: (selector: string, offset?: number) => void; export default scrollToElement;