import { HTMLAttributes, ReactNode } from 'react';
export interface NavBarProps extends HTMLAttributes {
appearance?: string;
headingLevel?: number;
label?: ReactNode;
sticky?: Boolean;
}
export declare const NavBar: import("react").ForwardRefExoticComponent>;
//# sourceMappingURL=NavBar.d.ts.map