import { AsTag } from '../types';
export declare function createVisualElement(Component: AsTag, options: any): any;
