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