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