export * from "./components"; export * as prototypes from "./prototypes"; export declare const menuData: { common: { title: string; items: string[]; }[]; };