export default OpenApi; declare function OpenApi({ optionchanged, format, definition, auth_type, auth_key, bearer_token, username, password, api_keys, access_token_url, client_id, client_secret, client_auth, custom_auth_params, custom_query_params, add_token_to, header_prefix, grant_type, scopes, auth_url, }: { optionchanged: any; format: any; definition: any; auth_type: any; auth_key: any; bearer_token: any; username: any; password: any; api_keys: any; access_token_url: any; client_id: any; client_secret: any; client_auth: any; custom_auth_params: any; custom_query_params: any; add_token_to: any; header_prefix: any; grant_type: any; scopes: any; auth_url: any; }): import("react/jsx-runtime").JSX.Element;