// Generated by dts-bundle-generator v9.5.1

import { TailwindProps } from '@ehubbell/html';

export type HtmlProps = TailwindProps & {
	id?: string;
	ref?: any;
	name?: string;
	size?: string;
	html?: any;
	tabIndex?: any;
	onClick?: (v?: any) => any;
	onMouseEnter?: (v?: any) => any;
	onMouseLeave?: (v?: any) => any;
	tailwind?: TailwindProps & any;
	className?: string;
	style?: any;
	children?: any;
};
export type LinkProps = HtmlProps & {
	alt?: string;
	active?: boolean;
	size?: string;
	prevIcon?: any;
	prevImg?: any;
	icon?: any;
	img?: any;
	nextIcon?: any;
	nextImg?: any;
	span?: any;
	href?: string;
	disabled?: boolean;
	target?: "_self" | "_blank";
	taskRunning?: boolean;
};
export type NavPropsbar = HtmlProps & {
	ref?: any;
};
export type NavPropsbarBrand = LinkProps & {
	src: string;
};
export type NavPropsbarList = HtmlProps;
export declare const Navbar: ({ name, tailwind, className, children, ...props }: NavPropsbar) => import("react/jsx-runtime").JSX.Element;
export declare const NavbarBrand: ({ name, href, src, alt, tailwind, className, children, ...props }: NavPropsbarBrand) => import("react/jsx-runtime").JSX.Element;
export declare const NavbarList: ({ name, tailwind, className, children, ...props }: NavPropsbarList) => import("react/jsx-runtime").JSX.Element;

export {};
