/** @component form */ export declare class FormSubSectionComponent { /** @prop Optional FormSubSection description text | '' */ description: string; /** @prop Optional FormSubSection label text | '' */ label: string; }