import { FC, PropsWithChildren } from "react"; import { SelectProps } from "./select"; export declare const MSelect: FC; interface SelectMenuItemProps { value: string | number; className?: string; onValueChange: (value: string | number) => void; id?: string; } export declare const SelectMenuItem: FC>; export {}; //# sourceMappingURL=mSelect.d.ts.map