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