import React from 'react'; import { InternalFormFieldProps } from './interfaces'; interface FormFieldErrorProps { id?: string; children?: React.ReactNode; } export declare const FormFieldError: ({ id, children }: FormFieldErrorProps) => JSX.Element; export default function InternalFormField({ controlId, stretch, label, info, children, secondaryControl, description, constraintText, errorText, __hideLabel, __internalRootRef, ...rest }: InternalFormFieldProps): JSX.Element; export {}; //# sourceMappingURL=internal.d.ts.map