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