export declare function applyTransformations(html: string, $vm: any, settings?: {
    localized: boolean;
    lazy: boolean;
}): ChildNode[];
