import { FieldProps } from './Field'; import React from 'react'; export interface OutlinedFieldProps extends FieldProps, React.ComponentProps<'div'> { } declare const OutlinedField: (props: OutlinedFieldProps) => import("react/jsx-runtime").JSX.Element; export { OutlinedField }; //# sourceMappingURL=OutlinedField.d.ts.map