import { IllustrationAsset, BaseSvgAsset } from './types.js';
export type SettingSliderWithBackgroundAsset = IllustrationAsset<BaseSvgAsset & {
    readonly name: 'SettingSliderWithBackground';
}>;
/**
 * SettingSliderWithBackground illustration asset
 * @example
 * ```tsx
 * import { Illustration } from '@payfit/unity-illustrations'
 * import SettingSliderWithBackground from '@payfit/unity-illustrations/assets/SettingSliderWithBackground'
 *
 * <Illustration
 *   illustration={SettingSliderWithBackground}
 *   alt="SettingSliderWithBackground illustration"
 *   size="md"
 * />
 * ```
 */
declare const SettingSliderWithBackground: SettingSliderWithBackgroundAsset;
export default SettingSliderWithBackground;
