import type { MutableRefObject } from 'react'; import type { IconCollection } from '../../design-tokens/generated/Icons'; export declare function isRefObject(ref: ((instance: T | null) => void) | MutableRefObject | null): ref is MutableRefObject; export declare function isValidIconName(iconName: string): iconName is keyof IconCollection; //# sourceMappingURL=typeGuards.d.ts.map