import { FunctionalComponentOptions, VueConstructor } from 'vue' import { PropsDefinition } from 'vue/types/options' interface FontAwesomeIconProps { } interface FontAwesomeLayersProps { } interface FontAwesomeLayersTextProps { } export const FontAwesomeIcon: FunctionalComponentOptions> & VueConstructor export const FontAwesomeLayers: FunctionalComponentOptions> export const FontAwesomeLayersText: FunctionalComponentOptions>