import { type JSX } from 'react';
import { type IconsIconProps } from './types';
export declare function IconState(props: IconsIconProps): JSX.Element;
