import type { FC } from 'react'; import { type SvgIconProps } from './SvgIcon'; /** * CircleSlash icon * Represents: disabled, unavailable, blocked, restricted, forbidden, not allowed */ export declare const CircleSlash: FC;