import { member } from "../../../core";
export interface VideoPlayerInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    StereoLayout?: member<any>;
    SizeCompensation?: member<[number, number]>;
    videoProvider?: member<any>;
    _style?: member<any>;
    _indicatorTextureUrl?: member<any>;
    _indicatorTint?: member<any>;
    _colliderSize?: member<any>;
    _frameWidth?: member<any>;
    _frameHeight?: member<any>;
    _frameMaterial?: member<any>;
    _displayMaterial?: member<any>;
    _displayMaterialTexture?: member<any>;
    _displaySize?: member<any>;
    _mainAudioOutput?: member<any>;
    _timelineSlider?: member<any>;
    _timelinePosition?: member<any>;
    _timelineWidth?: member<any>;
    _positionDrive?: member<any>;
    _volumeSlider?: member<any>;
    _volumePosition?: member<any>;
    _volumeWidth?: member<any>;
    _volumeDrive?: member<any>;
    _buttonsWidth?: member<any>;
    _buttonsHeight?: member<any>;
    _buttonsPosition?: member<any>;
    _playButtonColor?: member<any>;
    _pauseButtonColor?: member<any>;
    _stopButtonColor?: member<any>;
    _loopButtonColor?: member<any>;
    _audio3DButtonColor?: member<any>;
    _exportable?: member<any>;
    _assetProxy?: member<any>;
    _referenceProxy?: member<any>;
}
export declare function VideoPlayer(props: VideoPlayerInput): any;
//# sourceMappingURL=VideoPlayer.d.ts.map