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