import { ComponentType, FormType } from '../../../interfaces'; export declare function getRoleComponent({ label, key, description, choices, data }: any): ComponentType; export declare function getSubmissionPermissionForm({ choices }: any): FormType; export declare function getAccessPermissionForm({ choices }: any): FormType;