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