export declare const $SettingsResponse: { readonly properties: { readonly slideMin: { readonly type: "PercentValue"; readonly isRequired: true; }; readonly slideMax: { readonly type: "PercentValue"; readonly isRequired: true; }; }; };