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