export * from './components'; export * from './components/types'; /** * scroll to the component that has appropriate code (needs "id" on outer div of Element and Container) * */ export declare const scrollTo: ({ el }: { el: string; }) => void;