export type Component = {
	api_key?: string;
	get?: any;
};

export type Events = { googleRecaptchaV2Response: { response: string }; googleRecaptchaRendered: { render: true } };
