/** @component form */ export declare class FormSectionComponent { /** @prop Optional FormSection description | '' */ description: string; /** @prop Optional FormSection title | null */ title: string; }