/** * Resolves the current values from the master token directly. * Use this only when you specifically need values from the token directly in your component. * For styling, use `useStyles` with `EDSStyleSheet.create` instead. * @returns A resolved instance of the master token that adheres to the current app theme. */ export declare function useToken(): import("..").WithoutThemeOptionValues;