export abstract class UiKitParserAttachment<T> extends SurfaceRenderer<T, AttachmentSurfaceLayoutBlock> {
    public constructor() {
        super(['actions', 'context', 'divider', 'image', 'section', 'callout']);
    }
}