export interface NgFormsInputOptions {
    columns: 1 | 2 | 3;
    submitLabel: string;
}
