import { SelectProps } from './types'; declare const Select: ({ FormControlProps, InputLabelProps, label, formHelperText, error, fullWidth, onChange, ...SelectProps }: SelectProps) => JSX.Element; export default Select; //# sourceMappingURL=index.d.ts.map