import { IInputAtom } from '../../atoms/input/input.interface'; export interface IInput extends IInputAtom { icon: string; }