/// declare const LinkScrollTo: ({ children, id, ...props }: { [x: string]: any; children?: string | undefined; id?: string | undefined; }) => JSX.Element; export default LinkScrollTo;