/** * Prefixes Tailwind utility class strings with the configured `theme.prefix`, * so static utility classes inside Bitrix24 UI components match the consumer's * Tailwind `prefix(...)` configuration. */ export declare function usePrefix(): (classString: string) => string;