import { FC } from 'react';
import { IDynamicAccessProps } from './type';
export declare const DynamicAccess: FC<IDynamicAccessProps>;
