import { SvelteComponent as Marqy } from 'svelte'; export { Marqy } export declare type MarqyDirection = 'left' | 'right' | 'up' | 'down'; export { }