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