import { Constructor } from '@rxap/utilities';
import { ParsedElement } from '../elements/parsed-element';
export declare function ElementMixinTo(element: Constructor<ParsedElement>): (target: any) => void;
