import type { Options, Tags, Props, WebTypes } from './type'; export declare function write(options: Options, type: 'tags' | 'attributes' | 'webTypes', data: Tags | Props | WebTypes): void;