import Color from './color'; import type { ExtractPropTypes } from 'vue'; import type AlphaSlider from '../components/alpha-slider.vue'; export declare const alphaSliderProps: { readonly color: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => Color, boolean>; readonly vertical: import("ll-plus/es/utils").EpPropFinalized; }; export type AlphaSliderProps = ExtractPropTypes; export type AlphaSliderInstance = InstanceType;