import { TemplateBlockSettings } from '../template-settings';
export declare const getTemplateBlockSettings: (text: string, check: Function, T: any, value: string) => TemplateBlockSettings;
