import { PropsWithChildren } from 'react'; interface DropdownMenuItemProps { onClick?: () => void; padding?: string; } export declare const DropdownMenuItem: (props: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=dropdown-menu-item.d.ts.map