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