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