// 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 HeroProps = HtmlProps & {
	ref?: any;
};
export type HeroBgProps = HtmlProps;
export type HeroImgProps = HtmlProps & {
	alt?: string;
	src: string;
};
export type HeroIconProps = HtmlProps & {
	icon: string;
};
export type HeroBodyProps = HtmlProps;
export type HeroPretitleProps = HtmlProps;
export type HeroTitleProps = HtmlProps;
export type HeroSubtitleProps = HtmlProps;
export type HeroTextProps = HtmlProps;
export type HeroActionsProps = HtmlProps;
export declare const Hero: ({ name, size, tailwind, className, children, ...props }: HeroProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeroBg: ({ name, ref, tailwind, className, children, ...props }: HeroBgProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeroImg: ({ name, alt, size, src, tailwind, className, ...props }: HeroImgProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeroIcon: ({ name, size, icon, tailwind, className, ...props }: HeroIconProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeroBody: ({ name, tailwind, className, children, ...props }: HeroBodyProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeroPretitle: ({ name, tailwind, className, children, ...props }: HeroPretitleProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeroTitle: ({ name, size, tailwind, className, children, ...props }: HeroTitleProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeroSubtitle: ({ name, size, tailwind, className, children, ...props }: HeroSubtitleProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeroText: ({ name, tailwind, className, children, ...props }: HeroTextProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeroActions: ({ name, tailwind, className, children, ...props }: HeroActionsProps) => import("react/jsx-runtime").JSX.Element;

export {};
