// 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 HeadProps = HtmlProps & {
	type?: string;
	favicon?: string;
	logo?: string;
	photo?: string;
	title?: string;
	description?: string;
	url?: string;
	card?: string;
	author?: string;
	keywords?: string;
	locale?: string;
	site?: string;
	siteName?: string;
	robots?: boolean;
};
export declare const Head: (props: HeadProps) => import("react/jsx-runtime").JSX.Element;

export {};
