declare module "qml-fontawesome-raub" {
	/**
	 * Path to this module
	 *
	 * This is what you add to QML lib dirs, so that `import FontAwesome` works.
	 */
	export const absPath: string;
}
