/// declare const booleanOptions: { label: (t: any) => any; image: JSX.Element; imageUnchecked: JSX.Element; value: boolean; }[]; export { booleanOptions };