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