/** * The Type for the Cascading DropDown */ export declare class CascadingOption { label: string; value: string; }