import FormatterBuilder from "./FormatterBuilder.js"; import ElfUtil from "../../tr-grid-util/es6/ElfUtil.js"; declare namespace SimpleToggleFormatter { type Options = { element1?: (string|Element)|null, element2?: (string|Element)|null }; } declare class SimpleToggleFormatter { constructor(options?: any); public static create(options?: (FormatterBuilder.Options|SimpleToggleFormatter.Options|any)|null): any; } export default SimpleToggleFormatter; export { SimpleToggleFormatter };