declare class QVariant {
    type(): number;
    typeName(): string;
    toSizePolicy(): QSizePolicy
}