import { IconValue } from "../../models/button-color.model"; export declare const isImageIcon: (icon: IconValue) => boolean; export declare const getImageName: (icon: IconValue) => string;