interface AppendComponentIfNotExistConfigT { Component: React.FC; parentVisibility?: string; uidSelector: string; tagName: string; } export declare const appendComponentIfNotExist: (props: AppendComponentIfNotExistConfigT) => Promise; export {};