import type { Theme } from '../../_mixins';
export declare function self(): {};
export type MarqueeThemeVars = ReturnType<typeof self>;
declare const marqueeLight: Theme<'Marquee', MarqueeThemeVars>;
export default marqueeLight;
export type MarqueeTheme = typeof marqueeLight;
