import { IconType } from "@vitality-ds/icons/src/Icon/types"; import { GetTimesResponseType } from "./types"; export declare const getTimes: (timestamp: string) => GetTimesResponseType; export declare const getBrand: (name: string) => React.FC; export declare const getInitials: (name: string, forcedInitials: string) => string; //# sourceMappingURL=logic.d.ts.map