import { ComponentInterface } from '../../../stencil-public-runtime'; export declare class MenuGroup implements ComponentInterface { position: 'left' | 'right'; render(): any; }