import React from 'react'; import type { StyledComponentProps } from '@material-ui/core/styles'; export { StyledComponentProps }; export interface ValidationProps { errorMessages: string; id: string; } declare const _default: React.ComponentType; } & { children?: React.ReactNode; }, "children" | keyof ValidationProps> & StyledComponentProps>; export default _default;