import type { AppManifest } from '@ankhorage/contracts'; import React from 'react'; import type { StudioInstancePropertyField, StudioInstancePropertyValue } from '../../../propertiesAuthoringModel'; export declare function MediaPropertyInput(props: { readonly field: StudioInstancePropertyField; readonly manifest: AppManifest; readonly onChange: (value: StudioInstancePropertyValue | undefined) => void; }): React.JSX.Element; //# sourceMappingURL=MediaPropertyInput.d.ts.map