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