import { GetTimesResponseType } from "./types"; export declare const getTimes: (timestamp: string) => GetTimesResponseType; export declare const getBrand: (name: string) => React.FunctionComponent | undefined; export declare const getInitials: (name: string, forcedInitials: string) => string;