import type { SettingsProps, SettingsState } from '../types.js';
export declare const getStateValues: (state: SettingsState) => SettingsProps;
