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