import { Ref } from 'vue'; import { CLPalette } from '../../index.ts'; interface ThemeContext { colors: Ref; darkMode: Ref; } export declare const modalTheme: (theme?: ThemeContext) => { '--clll-modal-overlay-bg': string; '--clll-modal-content-bg': string; '--clll-modal-theme-radius': string; }; export {};