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