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