import { App } from 'vue'; import { AppMenuProps } from "../AppMenu"; export interface LeftContentProps extends Pick { } declare const _default: (import("vue").FunctionalComponent> & { install?: ((app: App, ...options: any[]) => any) | undefined; } & ((app: App, ...options: any[]) => any) & { install?: ((app: App, ...options: any[]) => any) | undefined; }) | (import("vue").FunctionalComponent> & { install?: ((app: App, ...options: any[]) => any) | undefined; } & { install: (app: App, ...options: any[]) => any; }); export default _default;