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