import React from 'react';
import { SupportCategory } from '../../../types/support/index';
export declare const getCategoryIcon: (category: SupportCategory | null, size?: number) => React.ReactNode;
//# sourceMappingURL=supportUtils.d.ts.map