import * as React from 'react'; export interface IInputError { id: string; children?: React.ReactNode; } export declare const InputError: ({ children, ...rest }: IInputError) => React.JSX.Element; //# sourceMappingURL=InputError.d.ts.map