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