import { FC } from 'react'; import { IconVariant } from '../../types.cjs'; export interface PlusRemoveAnimatedProps { className?: string; isPlus: boolean; variant?: IconVariant; bold?: boolean; } export declare const PlusRemoveAnimated: FC;