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