import { RowButtonProps } from '../RowButton'; export declare function DMItem({ onSelect, id, ...rest }: RowButtonProps & { onSelect?: (event: Event) => void; id?: string; }): JSX.Element; //# sourceMappingURL=DMItem.d.ts.map