import type { ComputedRef } from 'vue'; export declare const injectionKey: unique symbol; export declare const useTheme: () => ComputedRef<{ colors: { primary: { main: string; ultraDark: string; dark: string; toku: string; light1: string; light2: string; light3: string; light4: string; light5: string; }; gray: { main: string; dark2: string; dark3: string; medium1: string; medium2: string; light1: string; light2: string; light3: string; light4: string; }; error: string; success: string; warning: string; inProcess: string; inProcessDark: string; info: string; background: string; }; typography: { color: string; fontFamily: string; buttonTextColor: string; fontWeight: { bold: number; semibold: number; medium: number; regular: number; }; }; button: { borderRadius: string; }; input: { borderRadius: string; }; spacing: string; breakpoints: { mobile: number; desktop: number; }; iconSet: string; parseMarkdown: boolean; }>; //# sourceMappingURL=theme.d.ts.map