import { App } from "vue";
import PopuColorPicker from "./PopuColorPicker.vue";
import FkColorPicker from "./fk/index.vue";
import ChromeColorPicker from "./chrome/index.vue";
import EleColorPicker from "./ele/index.vue";
export { PopuColorPicker, FkColorPicker, ChromeColorPicker, EleColorPicker };
declare const _default: {
    install: (app: App<any>) => void;
};
export default _default;
