/** @component form */ /** * FormInfo is supplemental, organizational component used to help divide form **/ export declare class FormInfoComponent { /** @prop Optional FormInfo description text | '' */ description: string; /** @prop Optional FormInfo title | '' */ title: string; }