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