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