interface DeviceControlsProps {
    isVideoEnabled: boolean;
}
export declare const DeviceControls: ({ isVideoEnabled }: DeviceControlsProps) => import("react/jsx-runtime").JSX.Element;
export {};
