import { member } from "../../../core";
export interface NAND_IntInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    A?: member<any>;
    B?: member<any>;
}
export declare function NAND_Int(props: NAND_IntInput): any;
//# sourceMappingURL=NAND_Int.d.ts.map