interface DeclarationPropsRe-exportimport { type DeclarationProps } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js"; Propertiesprop: stringName of the declaration. value: stringValue of the declaration. optionalimportant: booleanWhether the declaration has an !important annotation. optionalraws: DeclarationRawsInformation used to generate byte-to-byte equal node string as it was in the origin input.