export declare class TitleDropdownComponent {
    title: string;
    isDisabled: boolean;
}
