import type { DOMEl, Expand, HTMLDivAttributes } from "../../internal/index.js";
export type AspectRatioPropsWithoutHTML = Expand<{
ratio?: number | undefined;
} & DOMEl>;
export type AspectRatioProps = AspectRatioPropsWithoutHTML & HTMLDivAttributes;