import * as parser from 'svg-parser'; import { IExclude } from './filter'; export declare function cleanupStyleProperties(content: string, toExclude: string[]): string; export declare function skipTag(tree: parser.INode, attrs: string, filters: IExclude): boolean;