import { Config } from './config';
export declare function createShaclGroup(groupSubject: string, config: Config): HTMLElement;
