import { IllustrationAsset, BaseSvgAsset } from './types.js'; export type SettingSliderWithBackgroundAsset = IllustrationAsset; /** * SettingSliderWithBackground illustration asset * @example * ```tsx * import { Illustration } from '@payfit/unity-illustrations' * import SettingSliderWithBackground from '@payfit/unity-illustrations/assets/SettingSliderWithBackground' * * * ``` */ declare const SettingSliderWithBackground: SettingSliderWithBackgroundAsset; export default SettingSliderWithBackground;