export declare const $SlideSettings: { readonly type: "any-of"; readonly contains: readonly [{ readonly properties: { readonly min: { readonly type: "PercentValue"; readonly isRequired: true; }; readonly max: { readonly type: "PercentValue"; readonly isRequired: true; }; }; }, { readonly properties: { readonly min: { readonly type: "PercentValue"; readonly isRequired: true; }; readonly fixed: { readonly type: "FixedPos"; }; }; }, { readonly properties: { readonly max: { readonly type: "PercentValue"; readonly isRequired: true; }; readonly fixed: { readonly type: "FixedPos"; }; }; }]; };