import React from 'react'; declare const PermissonTab: React.FC<{ id?: string; }>; export default PermissonTab;