///
export declare type Roles = 'admin' | 'owner';
export declare type Permissions = 'get_all' | 'allow_auth';
export declare const RBAC: {
Provider: import("react").ComponentClass, import("../RBAC.types").RBACContextState>;
Wrapper: (props: import("../RBAC.types").RBACComponentProps) => JSX.Element;
with: (WrappedComponent: import("react").ComponentType