import { TransformFactory, TransformOptions } from '..'; declare type Dictionary = Record; export declare function assignAttrsAtTag(tag: string, extraPropsOrFn: Dictionary | ((options: TransformOptions & { previousAttrs: Dictionary; }) => Dictionary)): TransformFactory; export {};