import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const VideogameAsset: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default VideogameAsset;
