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