import type { Snippet } from 'svelte';
interface Props {
    children?: Snippet;
    attributes?: Record<string, any>;
}
declare const Ol: import("svelte").Component<Props, {}, "">;
type Ol = ReturnType<typeof Ol>;
export default Ol;
