import { default as React } from 'react'; import { ISocialPlayerVimeoProps } from './SocialPlayerVimeo.types'; import { EditorElement } from '@wix/component-protocol/schema'; interface ManifestOverrideParams { getCurrentProps: () => ISocialPlayerVimeoProps; } export default function SocialPlayerVimeoPreview(props: ISocialPlayerVimeoProps): React.JSX.Element; export declare const resolveManifestOverrides: ({ getCurrentProps, }: ManifestOverrideParams) => Partial | undefined; export {};