export declare function throwErrorForMissingSurveyUri(): void; export declare class TypeformWindow extends Window { typeformEmbed: any; } export declare class TypeformSurveyComponent { /** * TypeForm survey URI you want to use. Example: https://somecompany.typeform.com/to/surveyId?parameter=parametervalue */ surveyUri: string; /** * App version which will be passed to the survey in a hidden field. Ensures you know what version the feedback is referencing. */ appVersion: string; _fullUri: string; private _surveyUri; private _appVersion; private _id; /** * Opens the survey specified in the surveyUri */ open(): void; private refreshFullUri; private getScripts; }