import { NoAccessScreen } from 'tradein-mvp-frontend';
/** Полноэкранный «доступа нет» — pure-props, 4 реальных варианта enum.
* variant сменяет title + subtitle (trial — со ссылкой в Telegram). */
export const UserDenied = () => ;
export const PathDenied = () => (
);
export const SessionExpired = () => ;
export const TrialEnded = () => ;