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