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