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