import { Ref } from 'vue'; export declare function useHistoryColor(): { historyColors: Ref; pushHistory: (color: string) => void; };