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