import { GasForm } from '../gas-form.namespace'; export declare namespace GasCheckbox { interface Checkbox { key: string; label: string; checked: boolean; type?: GasForm.InputState; description?: string; indeterminate?: boolean; } }