export default interface ICSSPropertyValue { value: string; important: boolean; } //# sourceMappingURL=ICSSPropertyValue.d.ts.map