/**
 *
 * @param {*} hexCode The color code
 * For this code to work well the starting color needs to be black.
 * If your icon set isn't black you can prepend "brightness(0) saturate(100%)" to your filter property
 * which will first turn the icon set to black.
 */
declare const getFilterForBlackSvg: (hexCode: any) => any;
export { getFilterForBlackSvg };
