import * as React from 'react'; import { PickersInputBaseProps } from "../PickersInputBase/index.js"; export interface PickersOutlinedInputProps extends PickersInputBaseProps { notched?: boolean; } /** * @ignore - internal component. */ declare const PickersOutlinedInput: React.ForwardRefExoticComponent & React.RefAttributes>; export { PickersOutlinedInput };