export declare function classNames(...classes: (string | boolean | undefined | null)[]): string;
export declare function formatDate(date: string | number | Date | undefined | null, includeTime?: boolean): string | null;
