// 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 SectionProps = HtmlProps & {
	ref?: any;
};
export type SectionHeaderProps = HtmlProps;
export type SectionPretitleProps = HtmlProps;
export type SectionTitleProps = HtmlProps;
export type SectionSubtitleProps = HtmlProps;
export type SectionTextProps = HtmlProps;
export type SectionActionsProps = HtmlProps;
export type SectionBodyProps = HtmlProps;
export type SectionHrProps = HtmlProps;
export type SectionFooterProps = HtmlProps;
export declare const Section: ({ name, tailwind, className, children, ...props }: SectionProps) => import("react/jsx-runtime").JSX.Element;
export declare const SectionHeader: ({ name, tailwind, className, children, ...props }: SectionHeaderProps) => import("react/jsx-runtime").JSX.Element;
export declare const SectionPretitle: ({ name, tailwind, className, children, ...props }: SectionPretitleProps) => import("react/jsx-runtime").JSX.Element;
export declare const SectionTitle: ({ name, size, tailwind, className, children, ...props }: SectionTitleProps) => import("react/jsx-runtime").JSX.Element;
export declare const SectionSubtitle: ({ name, size, tailwind, className, children, ...props }: SectionSubtitleProps) => import("react/jsx-runtime").JSX.Element;
export declare const SectionText: ({ name, tailwind, className, children, ...props }: SectionTextProps) => import("react/jsx-runtime").JSX.Element;
export declare const SectionActions: ({ name, tailwind, className, children, ...props }: SectionActionsProps) => import("react/jsx-runtime").JSX.Element;
export declare const SectionBody: ({ name, size, tailwind, className, children, ...props }: SectionBodyProps) => import("react/jsx-runtime").JSX.Element;
export declare const SectionHr: ({ name, tailwind, className, ...props }: SectionHrProps) => import("react/jsx-runtime").JSX.Element;
export declare const SectionFooter: ({ name, tailwind, className, children, ...props }: SectionFooterProps) => import("react/jsx-runtime").JSX.Element;

export {};
