import { default as React } from 'react'; import { Translations } from './translations'; type SocialPlayerSettingsPanelProps = { urlPattern: RegExp; errorMessage?: string; translations: Translations; }; export declare const SocialPlayerSettingsPanel: ({ urlPattern, errorMessage, translations, }: SocialPlayerSettingsPanelProps) => React.JSX.Element; export {};