declare const getColorsSVG: (str: string, regex?: string) => Array<string>;
export default getColorsSVG;
