import Select from "@mui/material/Select"; type ThemeSelectProps = { kind: "filled" | "outlined" | "text"; } & React.ComponentProps; export declare const ThemeSelect: ({ kind, sx, ...rest }: ThemeSelectProps) => import("react/jsx-runtime").JSX.Element; export default ThemeSelect;