import * as React from "react"; import { IconProps } from '../lib'; declare const Swatches: (props: IconProps) => React.JSX.Element; export default Swatches; //# sourceMappingURL=Swatches.d.ts.map