
/*
 * Type Definitions for node-gtk (https://github.com/romgrk/node-gtk)
 *
 * These type definitions are automatically generated, do not edit them by hand.
 * If you found a bug fix it in ts-for-gir itself or create a bug report on https://github.com/gjsify/ts-for-gir
 */

import './node-freetype2-2.0-import.d.ts';
    
/**
 * freetype2-2.0
 */

import type GObject from '@girs/node-gobject-2.0';

export namespace freetype2 {

interface Bitmap {
}

class Bitmap {

    // Own properties of freetype2-2.0.freetype2.Bitmap

    static name: string
}

interface Face {
}

class Face {

    // Own properties of freetype2-2.0.freetype2.Face

    static name: string
}

interface Library {
}

class Library {

    // Own properties of freetype2-2.0.freetype2.Library

    static name: string
}

    type Int32 = number
}

export default freetype2;
// END