export declare function Dropdown(): (target: Object, property: string | symbol) => void; export declare function isDropdown(instance: T, property: keyof T): boolean;