declare const safeText: (text: string) => string;
declare const safeAriaLabel: (...texts: any[]) => string;

export { safeAriaLabel, safeText };
