import { INTENT, LINK_INTENT } from '../constants'; import { IconIntent } from '@unidata/icon'; declare type GetIntent = (prefix: string, intent: INTENT | LINK_INTENT | IconIntent) => K; export declare const getIntentThemeKey: GetIntent; export {};