import { SurveyCreator as SurveyCreatorReact } from "../../survey-creator-react/src/entries/index"; export declare function renderSurveyCreator(creator: SurveyCreator, element: HTMLElement | string, props?: any): void; export declare class SurveyCreator extends SurveyCreatorReact { render(target: string | HTMLElement): void; }