import React from 'react';
interface ControlsProps {
    gridSelectionMode: 'preset' | 'custom';
    onlineEnabled: boolean;
}
export declare const Controls: React.FC<ControlsProps>;
export {};
