import type { HTMLProps } from "./types";
interface $$__sveltets_2_IsomorphicComponent = any, Events extends Record = any, Slots extends Record = any, Exports = {}, Bindings = string> {
new (options: import('svelte').ComponentConstructorOptions): import('svelte').SvelteComponent & {
$$bindings?: Bindings;
} & Exports;
(internal: unknown, props: Props & {
$$events?: Events;
$$slots?: Slots;
}): Exports & {
$set?: any;
$on?: any;
};
z_$$bindings?: Bindings;
}
type $$__sveltets_2_PropsWithChildren = Props & (Slots extends {
default: any;
} ? Props extends Record ? any : {
children?: any;
} : {});
declare const UseHTMLProps: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
props: any;
visualState: any;
isStatic: any;
}, {
default: {
visualProps: HTMLProps;
};
}>, {
[evt: string]: CustomEvent;
}, {
default: {
visualProps: HTMLProps;
};
}, {}, string>;
type UseHTMLProps = InstanceType;
export default UseHTMLProps;
//# sourceMappingURL=UseHTMLProps.svelte.d.ts.map