import { default as tinycolor } from 'tinycolor2'; export interface AlphaSliderProps { modelValue: tinycolor.Instance; } export interface AlphaSliderEmits { 'update:modelValue': [value: string]; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;