/** * Joins strings with a whitespace, discarding empty strings. Useful to combine multiple aria-labels. */ export declare function joinStrings(...strings: Array): string | undefined;