import { ThemeInstance } from 'vuetify'; /** * Converts single color */ export declare const useGetColor: (color: string, theme: ThemeInstance) => string;