/// declare type ErrorVariant = 'error' | 'warning'; interface ErrorProps { errorVariant?: ErrorVariant; } interface Props extends ErrorProps { errorContent?: string; labelFor?: string; } declare const _default: ({ errorContent, errorVariant, labelFor }: Props) => JSX.Element; export default _default; //# sourceMappingURL=FormError.d.ts.map