import type { ViewTypes } from 'payload';
import React from 'react';
import type { MultiTenantPluginConfig } from '../../types.js';
import './index.scss';
export declare const TenantSelectorClient: ({ disabled: disabledFromProps, label, viewType, }: {
    disabled?: boolean;
    label?: MultiTenantPluginConfig["tenantSelectorLabel"];
    viewType?: ViewTypes;
}) => React.JSX.Element | null;
//# sourceMappingURL=index.client.d.ts.map