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