import * as QtQml from '../QtQml/types'; export declare type QQmlSettings = { category: string | undefined; } & QtQml.QObject;