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