export interface ImageModeSourceProps { /** * The image source URL for this color mode variant. */ src: string; /** * The color mode this source should be displayed for (e.g., 'light' or 'dark'). */ colorMode?: string; } declare const __VLS_export: import('../../../node_modules/vue').DefineComponent & Readonly<{}>, { colorMode: string; }, {}, {}, {}, string, import('../../../node_modules/vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;