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