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