import { EntityType } from '@sage-bionetworks/synapse-client';
export type ViewTypeSelectionProps = {
    onTypeSelected: (type: EntityType, viewTypeMask?: number) => void;
};
/**
 * React component for selecting a View type in the View creation wizard.
 * Renders UI to show all view types where the user must choose one to continue.
 */
export default function ViewTypeSelection(props: ViewTypeSelectionProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ViewTypeSelection.d.ts.map