export declare function cx(...values: Array<string | false | null | undefined>): string;
export declare function toTelHref(phone: string): string;
