import type { ViewTypes } from 'payload';
import React from 'react';
import './index.scss';
export declare const TenantSelector: ({ label, viewType }: {
    label: string;
    viewType?: ViewTypes;
}) => React.JSX.Element | null;
//# sourceMappingURL=index.d.ts.map