import type { HTMLElementProps } from '../types';
declare const Object: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Object = ReturnType<typeof Object>;
export default Object;
