export interface IDynamicAccessProps {
    accessible: boolean;
    fallback?: JSX.Element;
    children: JSX.Element;
}
