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