export declare class FormControlComponent { /** * The material-icon identifier. * @type {string} */ icon: string; /** * The label for the form-control. * @type {string} */ label: string; /** * If the icon should be reversed. * @type {boolean} */ reversed: boolean; /** * If the form-control should have bottom margin. * @type {boolean} */ grouped: boolean; }