// 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 InputGroupProps = HtmlProps & {
	active?: boolean;
};
export type InputAddonProps = HtmlProps & {
	icon?: any;
	html?: string;
	taskRunning?: boolean;
};
export declare const InputGroup: ({ name, active, tailwind, className, children, ...props }: InputGroupProps) => import("react/jsx-runtime").JSX.Element;
export declare const InputAppend: ({ name, icon, taskRunning, tailwind, className, children, ...props }: InputAddonProps) => import("react/jsx-runtime").JSX.Element;
export declare const InputPrepend: ({ name, icon, taskRunning, onClick, tailwind, className, children, ...props }: InputAddonProps) => import("react/jsx-runtime").JSX.Element;

export {};
