import type { ReactNode } from 'react';
export declare function flattenFragments<T = ReactNode>(children: T | T[], depth?: number): T[];
export declare function getUi5TagWithSuffix(baseTagName: any): any;
export declare const isSSR: () => boolean;
export declare function trimAndRemoveSpaces(value: any): any;
/**
 * @deprecated: will be removed in next minor release. Internal ui5 CSS vars are now defined on the host, making scoping redundant.
 */
export declare const cssVarVersionInfoPrefix: string;
export declare function getTagNameWithoutScopingSuffix(tagName: any): any;
