import { AreMutation, AreDeclaration, AreInstructionSerialized } from '@adaas/are'; import { AreHtmlAddStyleInstructionPayload } from './AreHTML.instructions.types.js'; declare class AddStyleInstruction extends AreMutation { constructor(parent: AreDeclaration, props: AreHtmlAddStyleInstructionPayload | AreInstructionSerialized); } export { AddStyleInstruction };