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