/**
 * Provides data attributes to {@link LocalVideoCameraCycleButton} component.
 * @public
 */
export declare const localVideoCameraCycleButtonSelector: ((state: import("..").CallAdapterUiState & import("..").CallAdapterClientState) => {
    cameras: import("@azure/communication-calling").VideoDeviceInfo[];
    selectedCamera: import("@azure/communication-calling").VideoDeviceInfo | undefined;
}) & import("reselect").OutputSelectorFields<(args_0: import("../../../../../calling-stateful-client/src").DeviceManagerState) => {
    cameras: import("@azure/communication-calling").VideoDeviceInfo[];
    selectedCamera: import("@azure/communication-calling").VideoDeviceInfo | undefined;
}, {
    clearCache: () => void;
}> & {
    clearCache: () => void;
};
//# sourceMappingURL=LocalVideoTileSelector.d.ts.map