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