export declare const componentsSelectors: { getComponentsUsedInBilling: (machineState: import("./selectors/getComponentsUsedInBilling").ComponentsState) => { metered: { id: number; componentMachineRef: import("xstate").ActorRefWithDeprecatedState>; }[]; quantity: { id: number; componentMachineRef: import("xstate").ActorRefWithDeprecatedState>; }[]; on_off: { id: number; componentMachineRef: import("xstate").ActorRefWithDeprecatedState>; }[]; prepaid: { id: number; componentMachineRef: import("xstate").ActorRefWithDeprecatedState>; }[]; }; getComponentsUpdatesAllowed: (machineState: import("./selectors/getComponentsUpdatesAllowed").ComponentsState) => boolean; };