import { Icons } from "../Icon/icon.constants"; export interface Holderproperties { icon?: { name: Icons; color: string; }; title?: string; }