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