import { GentuLogo } from "@vitality-ds/icons"; import type { ActionPropsType, PrepositionType } from "./types"; export declare const PREPOSITIONS: Record; export declare const ACTIONS: Record; export declare const TITLES_TO_IGNORE: string[]; export declare const APPLICATION_ICON_TRIGGERS: string[]; export declare const BRAND_ICONS: { gentu: typeof GentuLogo; }; //# sourceMappingURL=constants.d.ts.map