import { default as React } from 'react'; export declare const getIcon: (name: string) => import("react/jsx-runtime").JSX.Element | null; export declare const getIconColor: (state: any, theme: any) => any; export declare const getBadgeStateIcon: (state: any, color: any, isFilled?: boolean, hasIcon?: boolean, customIcon?: React.ReactNode | null | undefined) => string | number | true | Iterable | import("react/jsx-runtime").JSX.Element | null;