import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgCollections: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgCollections; //# sourceMappingURL=Collections.d.ts.map