441405501efece43e71a267b3adba98103b73243a3d6432a222c1b50bc0bd8dfad536e90a559eb28a5efab63eec831359fdb03f519bf3c1887127772a265fc 229 B

12345
  1. import { ColorInput } from './index.js';
  2. /**
  3. * Returns the color represented as a Microsoft filter for use in old versions of IE.
  4. */
  5. export declare function toMsFilter(firstColor: ColorInput, secondColor?: ColorInput): string;