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