import * as React from "react"; import { type HTMLDivProps, type Props } from "../../common/props"; export interface NavbarDividerProps extends Props, HTMLDivProps { } export declare const NavbarDivider: React.FC;