import { HTMLAttributes, PropsWithChildren } from 'react';
export interface NavBarProps extends HTMLAttributes<HTMLDivElement> {
    appearance?: undefined | string | 'center';
}
export declare const NavBar: {
    ({ appearance, children }: PropsWithChildren<NavBarProps>): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
//# sourceMappingURL=NavBar.d.ts.map