import type * as T from '../../../lib/common.types.js';
import type { StructFactoryResult, StructInitType } from '../../../lib/types.js';
declare const init: StructInitType;
export declare const LPPOINT: "POINT*";
export declare const POINT_Name = "POINT";
export declare const POINT_Init: typeof init;
/**
 * POINT structure
 * @link https://learn.microsoft.com/en-us/windows/win32/api/windef/ns-windef-point
 */
export declare function POINT_Factory(): StructFactoryResult<POINT_Type>;
/**
 * POINT structure
 * @link https://learn.microsoft.com/en-us/windows/win32/api/windef/ns-windef-point
 */
export interface POINT_Type {
    x: T.LONG;
    y: T.LONG;
}
export {};
//# sourceMappingURL=POINT.d.ts.map