export default interface ICSSStyleDeclarationPropertyValue {
	value: string;
	important: boolean;
}
