import { type SvgIconProps } from '../lib/SvgIcon.js'; /** * Use to show something is not existing, inactive or not available * @public */ export declare const UnavailableIcon: import("react").ForwardRefExoticComponent> & { displayName: string; };