export type NotebookExample = { title: string; url: string; }; export declare const visualisations: NotebookExample[]; export declare const dataSciences: NotebookExample[]; export declare const astronomies: NotebookExample[]; type MenuLineProps = { notebookExample: NotebookExample; setNotebookExample: React.Dispatch>; icon: JSX.Element; }; export declare const MenuLine: (props: MenuLineProps) => import("react/jsx-runtime").JSX.Element; export {};