import { componentInterface } from '../../factory';
export default function getMediaDevices(): Promise<componentInterface | null>;
