// 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 HeaderProps = HtmlProps;
export type HeaderTitleProps = HtmlProps;
export type HeaderSubtitleProps = HtmlProps;
export type HeaderTextProps = HtmlProps;
export type HeaderActionsProps = HtmlProps;
export declare const Header: ({ name, tailwind, className, children, ...props }: HeaderProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeaderTitle: ({ name, size, tailwind, className, children, ...props }: HeaderTitleProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeaderSubtitle: ({ name, size, tailwind, className, children, ...props }: HeaderSubtitleProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeaderText: ({ name, tailwind, className, children, ...props }: HeaderTextProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeaderActions: ({ name, tailwind, className, children, ...props }: HeaderActionsProps) => import("react/jsx-runtime").JSX.Element;

export {};
