export interface IAttribute {
    key: string;
    value: string;
}
export default IAttribute;
//# sourceMappingURL=IAttribute.d.ts.map