import { Color } from "../../models"; export declare const VuetifyComponentStyles: { text: (color: Color) => string; transparentText: (color: Color, opacity: any) => string; background: (backgroundColor: Color) => string; expansionPanel: (backgroundColor: Color, textColor: Color) => string; skeletonLoader: string; tabsStyles: string; };