/****************************************************************** MIT License http://www.opensource.org/licenses/mit-license.php Author Mora (https://github.com/qiu8310) *******************************************************************/ import { ComponentAttr } from './dev/'; export declare function parseAttrs(content: string): ComponentAttr[];