import { ComponentInterface } from '../../stencil-public-runtime';
export declare class MwcplNavbar implements ComponentInterface {
    /**
     * Creates a fixed navigation bar.
     */
    fixed: boolean;
    /**
     * Reference to the host element.
     */
    element: HTMLElement;
    render(): any;
    enter(): void;
    leave(): void;
}
