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