import type * as T from '../../../lib/common.types.js';
import type { StructFactoryResult, StructInitType } from '../../../lib/types.js';
declare const init: StructInitType;
export declare const PFLASHWINFO: "FLASHWINFO*";
export declare const FLASHWINFO_Name = "FLASHWINFO";
export declare const FLASHWINFO_Init: typeof init;
/**
 * FLASHWINFO structure
 * @link https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-FLASHWINFO
 */
export declare function FLASHWINFO_Factory(): StructFactoryResult<FLASHWINFO_Type>;
/**
 * FLASHWINFO structure
 * @link https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-FLASHWINFO
 */
export interface FLASHWINFO_Type {
    cbSize: T.UINT;
    hwnd: T.HWND;
    dwFlags: T.DWORD;
    uCount: T.UINT;
    dwTimeout: T.DWORD;
}
export {};
//# sourceMappingURL=FLASHWINFO.d.ts.map