declare namespace _default { export { Dropdown as component }; export const title: string; } export default _default; export const Default: any; export const WithCustomClickable: any; export const WithCustomItemBody: any; export const WithCustomPlacement: any; import { Dropdown } from "./Dropdown";