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