import { TimeRangeOptions } from "./types";
export declare const DefaultTimeRangeOptions: TimeRangeOptions[];
export declare const MY_DAOS = "My DAOs";
export declare const ALL_PROJECTS = "All Projects";
export declare const daoEmojis: Record<string, string>;
export declare function timeSince(date: Date): string;
