import { MenuItemsProps } from "../components/Menu"; import { BinderInterface } from "../components/Binder"; export declare const onClick: () => void; export declare const menuItems: MenuItemsProps[]; export declare const contextMenuItems: MenuItemsProps[]; export declare const naturalSciencesBinder: BinderInterface; export declare const ancientHistoryBinder: BinderInterface; export declare const planeGeometryBinder: BinderInterface; export declare const physicalGeographyBinder: BinderInterface; export declare const philosophyBinder: BinderInterface; export declare const binders: BinderInterface[]; export declare const bodyTextOptions: string[]; export declare const textStyleOptions: { scope: string; fontFamily: string; }[];