import { type Formatter } from './../interfaces/index.js'; /** Display whichever icon for a boolean value (library agnostic, it could be Font-Awesome, Material or any other icons set) */ export declare const iconBooleanFormatter: Formatter; //# sourceMappingURL=iconBooleanFormatter.d.ts.map