import { ShaclForm as FormBase } from './form';
export * from './exports';
export declare class ShaclForm extends FormBase {
    constructor();
}
