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